summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2d7fcece..958f42ea 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -467,6 +467,7 @@ function(auto_test target)
467endfunction() 467endfunction()
468 468
469if(BUILD_TOXAV) 469if(BUILD_TOXAV)
470 add_definitions(-D__STDC_LIMIT_MACROS=1)
470 add_executable(auto_monolith_test 471 add_executable(auto_monolith_test
471 auto_tests/monolith_test.cpp 472 auto_tests/monolith_test.cpp
472 ${ANDROID_CPU_FEATURES}) 473 ${ANDROID_CPU_FEATURES})