From 90f122597f1dc3664f0d6959abe19689bfd5c09e Mon Sep 17 00:00:00 2001 From: Tom M Date: Tue, 15 Jun 2021 19:13:47 +0200 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b3a3ab88..3a8feace 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -799,6 +799,9 @@ ENABLE_TESTING() # Process subdirectories add_subdirectory ( src ) add_subdirectory ( test ) +if ( ANDROID ) + add_subdirectory ( test-android/app/src/main/cpp ) +endif (ANDROID) add_subdirectory ( doc ) # pkg-config support