CURLTargets-debug.cmake 1.2 KB

12345678910111213141516171819202122232425262728
  1. #----------------------------------------------------------------
  2. # Generated CMake target import file for configuration "Debug".
  3. #----------------------------------------------------------------
  4. # Commands may need to know the format version.
  5. set(CMAKE_IMPORT_FILE_VERSION 1)
  6. # Import target "CURL::libcurl" for configuration "Debug"
  7. set_property(TARGET CURL::libcurl APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
  8. set_target_properties(CURL::libcurl PROPERTIES
  9. IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libcurl.so.4.8.0"
  10. IMPORTED_SONAME_DEBUG "libcurl.so.4"
  11. )
  12. list(APPEND _IMPORT_CHECK_TARGETS CURL::libcurl )
  13. list(APPEND _IMPORT_CHECK_FILES_FOR_CURL::libcurl "${_IMPORT_PREFIX}/lib/libcurl.so.4.8.0" )
  14. # Import target "CURL::curl" for configuration "Debug"
  15. set_property(TARGET CURL::curl APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
  16. set_target_properties(CURL::curl PROPERTIES
  17. IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/bin/curl"
  18. )
  19. list(APPEND _IMPORT_CHECK_TARGETS CURL::curl )
  20. list(APPEND _IMPORT_CHECK_FILES_FOR_CURL::curl "${_IMPORT_PREFIX}/bin/curl" )
  21. # Commands beyond this point should not need to know the version.
  22. set(CMAKE_IMPORT_FILE_VERSION)