File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,16 @@ if(APPLE_FRAMEWORK OR WINRT OR NOT PYTHON_DEFAULT_AVAILABLE OR NOT ANT_EXECUTABL
8
8
ocv_module_disable (java )
9
9
endif ()
10
10
11
+ set (the_description "The java bindings" )
12
+ ocv_add_module (java BINDINGS opencv_core opencv_imgproc )
13
+
11
14
if (EXISTS ${CMAKE_BINARY_DIR} /src )
12
15
execute_process (COMMAND ${CMAKE_COMMAND} -E remove_directory "${CMAKE_BINARY_DIR} /src" )
13
16
endif ()
14
17
if (EXISTS ${CMAKE_BINARY_DIR} /gen )
15
18
execute_process (COMMAND ${CMAKE_COMMAND} -E remove_directory "${CMAKE_BINARY_DIR} /gen" )
16
19
endif ()
17
20
18
- set (the_description "The java bindings" )
19
- ocv_add_module (java BINDINGS opencv_core opencv_imgproc )
20
21
ocv_module_include_directories ("${CMAKE_CURRENT_SOURCE_DIR} /generator/src/cpp" )
21
22
ocv_module_include_directories ("${OpenCV_SOURCE_DIR} /include" )
22
23
You can’t perform that action at this time.
0 commit comments