summaryrefslogtreecommitdiffstats
path: root/src/android/CMakeLists.txt
blob: 7b0b0cd930e81166c07d71370ad813801ff1fbf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Generated from android.pro.

# special case begin
# Only build jars during android build?
if (ANDROID)
    add_subdirectory(jar)
endif()
# special case end

# Templates need to be installed during host build
add_subdirectory(java)
add_subdirectory(templates)