diff options
| author | Matthias Melcher <git@matthiasm.com> | 2019-01-17 00:49:44 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2019-01-17 00:49:44 +0100 |
| commit | 111985665d8ae08437d3c9d61c7975ad69c6d099 (patch) | |
| tree | fa4e90f68b371d3a00b6330b50fd86fd8c33a064 /test | |
| parent | 563baced13e4961500dccd35b19e9b063c93dc9c (diff) | |
Andoird CMake: trying to autocreate Fluid files
Diffstat (limited to 'test')
| -rw-r--r-- | test/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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) ####################################################################### |
