DependInfo.cmake 1.2 KB

1234567891011121314151617181920212223242526272829
  1. # The set of languages for which implicit dependencies are needed:
  2. set(CMAKE_DEPENDS_LANGUAGES
  3. "CXX"
  4. )
  5. # The set of files for implicit dependencies of each language:
  6. set(CMAKE_DEPENDS_CHECK_CXX
  7. "/Users/devyk/Data/Project/sample/github_code/OpenCVSample/jni/ImageBlurDetection.cpp" "/Users/devyk/Data/Project/sample/github_code/OpenCVSample/cmake-build-debug/CMakeFiles/javaopencv.dir/jni/ImageBlurDetection.cpp.o"
  8. "/Users/devyk/Data/Project/sample/github_code/OpenCVSample/opencv/image_blur_detection.cpp" "/Users/devyk/Data/Project/sample/github_code/OpenCVSample/cmake-build-debug/CMakeFiles/javaopencv.dir/opencv/image_blur_detection.cpp.o"
  9. )
  10. set(CMAKE_CXX_COMPILER_ID "AppleClang")
  11. # Preprocessor definitions for this target.
  12. set(CMAKE_TARGET_DEFINITIONS_CXX
  13. "javaopencv_EXPORTS"
  14. )
  15. # The include file search paths:
  16. set(CMAKE_CXX_TARGET_INCLUDE_PATH
  17. "/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/include"
  18. "/usr/local/Cellar/opencv/4.5.4_4/include/opencv4"
  19. "/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/include/darwin"
  20. )
  21. # Targets to which this target links.
  22. set(CMAKE_TARGET_LINKED_INFO_FILES
  23. )
  24. # Fortran module output directory.
  25. set(CMAKE_Fortran_TARGET_MODULE_DIR "")