SickLDMRSTargets-release.cmake 1.4 KB

1234567891011121314151617181920212223242526272829
  1. #----------------------------------------------------------------
  2. # Generated CMake target import file for configuration "Release".
  3. #----------------------------------------------------------------
  4. # Commands may need to know the format version.
  5. set(CMAKE_IMPORT_FILE_VERSION 1)
  6. # Import target "LDMRS_Example" for configuration "Release"
  7. set_property(TARGET LDMRS_Example APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
  8. set_target_properties(LDMRS_Example PROPERTIES
  9. IMPORTED_LOCATION_RELEASE "/home/neousys/autoware.ai/src/install/sick_ldmrs_driver/bin/LDMRS_Example"
  10. )
  11. list(APPEND _IMPORT_CHECK_TARGETS LDMRS_Example )
  12. list(APPEND _IMPORT_CHECK_FILES_FOR_LDMRS_Example "/home/neousys/autoware.ai/src/install/sick_ldmrs_driver/bin/LDMRS_Example" )
  13. # Import target "sick_ldmrs" for configuration "Release"
  14. set_property(TARGET sick_ldmrs APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
  15. set_target_properties(sick_ldmrs PROPERTIES
  16. IMPORTED_LINK_INTERFACE_LIBRARIES_RELEASE "pthread"
  17. IMPORTED_LOCATION_RELEASE "/home/neousys/autoware.ai/src/install/sick_ldmrs_driver/lib/libsick_ldmrs.so.0.1.0"
  18. IMPORTED_SONAME_RELEASE "libsick_ldmrs.so.0"
  19. )
  20. list(APPEND _IMPORT_CHECK_TARGETS sick_ldmrs )
  21. list(APPEND _IMPORT_CHECK_FILES_FOR_sick_ldmrs "/home/neousys/autoware.ai/src/install/sick_ldmrs_driver/lib/libsick_ldmrs.so.0.1.0" )
  22. # Commands beyond this point should not need to know the version.
  23. set(CMAKE_IMPORT_FILE_VERSION)