3 lines
97 B
CMake
3 lines
97 B
CMake
# OsmAnd JNI
|
|
add_subdirectory("${OSMAND_ROOT}/jni" "jni")
|
|
add_dependencies(OsmAndJNI OsmAndCore)
|