mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-10-13 21:21:30 +08:00

- Move common NDK settings into cmake/toolchains/android-ndk-common.cmake. - Fix bug in set_variable_if_unset(). Was ignoring variables set via CMake's command line. Fixes #475.
8 lines
258 B
CMake
8 lines
258 B
CMake
if(DRACO_CMAKE_TOOLCHAINS_DEFAULT_ANDROID_NDK_LIBCPP_CMAKE_)
|
|
return()
|
|
endif()
|
|
set(DRACO_CMAKE_TOOLCHAINS_DEFAULT_ANDROID_NDK_LIBCPP_CMAKE_ 1)
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/../util.cmake")
|
|
include("${CMAKE_CURRENT_LIST_DIR}/android-ndk-common.cmake")
|