5 lines
59 B
CMake
5 lines
59 B
CMake
|
# wrapping
|
||
|
if(BUILD_JAVA)
|
||
|
add_subdirectory(java)
|
||
|
endif()
|