CMakeLists.txt 59 B

12345
  1. # wrapping
  2. if(BUILD_JAVA)
  3. add_subdirectory(java)
  4. endif()