osqp-targets-noconfig.cmake 1.2 KB

1234567891011121314151617181920212223242526272829
  1. #----------------------------------------------------------------
  2. # Generated CMake target import file.
  3. #----------------------------------------------------------------
  4. # Commands may need to know the format version.
  5. set(CMAKE_IMPORT_FILE_VERSION 1)
  6. # Import target "osqp::osqpstatic" for configuration ""
  7. set_property(TARGET osqp::osqpstatic APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
  8. set_target_properties(osqp::osqpstatic PROPERTIES
  9. IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C"
  10. IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libosqp.a"
  11. )
  12. list(APPEND _cmake_import_check_targets osqp::osqpstatic )
  13. list(APPEND _cmake_import_check_files_for_osqp::osqpstatic "${_IMPORT_PREFIX}/lib/libosqp.a" )
  14. # Import target "osqp::osqp" for configuration ""
  15. set_property(TARGET osqp::osqp APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
  16. set_target_properties(osqp::osqp PROPERTIES
  17. IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libosqp.so"
  18. IMPORTED_SONAME_NOCONFIG "libosqp.so"
  19. )
  20. list(APPEND _cmake_import_check_targets osqp::osqp )
  21. list(APPEND _cmake_import_check_files_for_osqp::osqp "${_IMPORT_PREFIX}/lib/libosqp.so" )
  22. # Commands beyond this point should not need to know the version.
  23. set(CMAKE_IMPORT_FILE_VERSION)