OpenCVModules-release.cmake 1.5 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 "opencv_world" for configuration "Release"
  7. set_property(TARGET opencv_world APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
  8. set_target_properties(opencv_world PROPERTIES
  9. IMPORTED_IMPLIB_RELEASE "${_IMPORT_PREFIX}/x64/vc16/lib/opencv_world3420.lib"
  10. IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/x64/vc16/bin/opencv_world3420.dll"
  11. )
  12. list(APPEND _cmake_import_check_targets opencv_world )
  13. list(APPEND _cmake_import_check_files_for_opencv_world "${_IMPORT_PREFIX}/x64/vc16/lib/opencv_world3420.lib" "${_IMPORT_PREFIX}/x64/vc16/bin/opencv_world3420.dll" )
  14. # Import target "opencv_img_hash" for configuration "Release"
  15. set_property(TARGET opencv_img_hash APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
  16. set_target_properties(opencv_img_hash PROPERTIES
  17. IMPORTED_IMPLIB_RELEASE "${_IMPORT_PREFIX}/x64/vc16/lib/opencv_img_hash3420.lib"
  18. IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/x64/vc16/bin/opencv_img_hash3420.dll"
  19. )
  20. list(APPEND _cmake_import_check_targets opencv_img_hash )
  21. list(APPEND _cmake_import_check_files_for_opencv_img_hash "${_IMPORT_PREFIX}/x64/vc16/lib/opencv_img_hash3420.lib" "${_IMPORT_PREFIX}/x64/vc16/bin/opencv_img_hash3420.dll" )
  22. # Commands beyond this point should not need to know the version.
  23. set(CMAKE_IMPORT_FILE_VERSION)