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_IMPLIB_DEBUG "${_IMPORT_PREFIX}/lib/libcurl.dll.a"
  10. IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/bin/libcurl.dll"
  11. )
  12. list(APPEND _cmake_import_check_targets CURL::libcurl )
  13. list(APPEND _cmake_import_check_files_for_CURL::libcurl "${_IMPORT_PREFIX}/lib/libcurl.dll.a" "${_IMPORT_PREFIX}/bin/libcurl.dll" )
  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.exe"
  18. )
  19. list(APPEND _cmake_import_check_targets CURL::curl )
  20. list(APPEND _cmake_import_check_files_for_CURL::curl "${_IMPORT_PREFIX}/bin/curl.exe" )
  21. # Commands beyond this point should not need to know the version.
  22. set(CMAKE_IMPORT_FILE_VERSION)