1234567891011121314151617181920212223242526272829 |
- # The set of languages for which implicit dependencies are needed:
- set(CMAKE_DEPENDS_LANGUAGES
- "CXX"
- )
- # The set of files for implicit dependencies of each language:
- set(CMAKE_DEPENDS_CHECK_CXX
- "/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"
- "/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"
- )
- set(CMAKE_CXX_COMPILER_ID "AppleClang")
- # Preprocessor definitions for this target.
- set(CMAKE_TARGET_DEFINITIONS_CXX
- "javaopencv_EXPORTS"
- )
- # The include file search paths:
- set(CMAKE_CXX_TARGET_INCLUDE_PATH
- "/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/include"
- "/usr/local/Cellar/opencv/4.5.4_4/include/opencv4"
- "/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/include/darwin"
- )
- # Targets to which this target links.
- set(CMAKE_TARGET_LINKED_INFO_FILES
- )
- # Fortran module output directory.
- set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|