CMakeLists.txt 91 字节
Newer Older
1 2 3 4 5
if ((NOT LITE_WITH_JAVA) OR (NOT LITE_WITH_ARM))
  return()
endif()

add_subdirectory(jni)