diff options
Diffstat (limited to 'demos/CMakeLists.txt')
-rw-r--r-- | demos/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt index cf27d408..f3b4afde 100644 --- a/demos/CMakeLists.txt +++ b/demos/CMakeLists.txt @@ -6,6 +6,8 @@ endif() if(WIN32) # Currently only enable tests on Windows. add_subdirectory(main) + add_subdirectory(scroll_view) + add_subdirectory(input_method) endif() |