From 111985665d8ae08437d3c9d61c7975ad69c6d099 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 17 Jan 2019 00:49:44 +0100 Subject: Andoird CMake: trying to autocreate Fluid files --- test/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 409f44e71..a1ce6d9fc 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -44,6 +44,9 @@ if (OPTION_CREATE_ANDROID_STUDIO_IDE) CREATE_ANDROID_IDE_FOR_TEST(arc arc.cxx fltk) CREATE_ANDROID_IDE_FOR_TEST(hello hello.cxx fltk) CREATE_ANDROID_IDE_FOR_TEST(input input.cxx fltk) +CREATE_ANDROID_IDE_FOR_TEST(inactive inactive.fl fltk) +# FIXME: fails because in the current schmeme, we can't find the .h files +#CREATE_ANDROID_IDE_FOR_TEST(keyboard "keyboard.cxx;keyboard_ui.fl" fltk) endif (OPTION_CREATE_ANDROID_STUDIO_IDE) ####################################################################### -- cgit v1.2.3