From 08a9efb97a376974c605300ec3ce3a1837956565 Mon Sep 17 00:00:00 2001 From: Tom M Date: Tue, 15 Jun 2021 20:33:59 +0200 Subject: [PATCH] Update CMakeLists.txt --- test-android/app/src/main/cpp/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-android/app/src/main/cpp/CMakeLists.txt b/test-android/app/src/main/cpp/CMakeLists.txt index e6137a12..608f9555 100644 --- a/test-android/app/src/main/cpp/CMakeLists.txt +++ b/test-android/app/src/main/cpp/CMakeLists.txt @@ -30,6 +30,8 @@ add_library( # Sets the name of the library. # Sets the library as a shared library. SHARED + $ + tests/test_preset_pinning.c tests/test_seq_event_queue_remove.c tests/test_seq_scale.c