check-NEW.cmake 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. set(expect [[
  2. # file\(GENERATE\) produced:
  3. iface1 LINK_LIBRARIES: ''
  4. iface1 INTERFACE_LINK_LIBRARIES: ''
  5. iface2 LINK_LIBRARIES: ''
  6. iface2 INTERFACE_LINK_LIBRARIES: 'iface1'
  7. static1 LINK_LIBRARIES: 'iface2;iface1'
  8. static1 INTERFACE_LINK_LIBRARIES: 'iface2;iface1'
  9. main LINK_LIBRARIES: 'static1;object1;iface2;iface1;iface2'
  10. main INTERFACE_LINK_LIBRARIES: ''
  11. iface10 LINK_LIBRARIES: ''
  12. iface10 INTERFACE_LINK_LIBRARIES: ''
  13. iface11 LINK_LIBRARIES: ''
  14. iface11 INTERFACE_LINK_LIBRARIES: 'iface10'
  15. static10 LINK_LIBRARIES: 'iface11;iface10'
  16. static10 INTERFACE_LINK_LIBRARIES: 'iface11;iface10'
  17. static11 LINK_LIBRARIES: 'static10;iface11;iface11;iface10'
  18. static11 INTERFACE_LINK_LIBRARIES: 'static10;iface11;iface11;iface10'
  19. main10 LINK_LIBRARIES: 'static11;static10;static10;iface11;iface11;iface10'
  20. main10 INTERFACE_LINK_LIBRARIES: ''
  21. iface20 LINK_LIBRARIES: ''
  22. iface20 INTERFACE_LINK_LIBRARIES: ''
  23. iface21 LINK_LIBRARIES: ''
  24. iface21 INTERFACE_LINK_LIBRARIES: 'iface20'
  25. static20 LINK_LIBRARIES: 'iface21;iface20'
  26. static20 INTERFACE_LINK_LIBRARIES: 'iface21;iface20'
  27. static21 LINK_LIBRARIES: 'static20;iface21;iface21;iface20'
  28. static21 INTERFACE_LINK_LIBRARIES: 'static20;iface21;iface21;iface20'
  29. main20 LINK_LIBRARIES: 'static21;static20;static20;iface21;iface21;iface20'
  30. main20 INTERFACE_LINK_LIBRARIES: ''
  31. ]])
  32. include(${CMAKE_CURRENT_LIST_DIR}/../check-common.cmake)