diff options
author | crupest <crupest@outlook.com> | 2021-05-11 16:02:50 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-11 16:02:50 +0800 |
commit | 5c050b44558856ad0fe41dab95f97ea0a59d77eb (patch) | |
tree | e9b6f37ee3c737d792f555c5ba32cb85e80bf03e /demos/CMakeLists.txt | |
parent | e42db68bc5924d55d6885b94def3a4c1cc08463b (diff) | |
download | cru-5c050b44558856ad0fe41dab95f97ea0a59d77eb.tar.gz cru-5c050b44558856ad0fe41dab95f97ea0a59d77eb.tar.bz2 cru-5c050b44558856ad0fe41dab95f97ea0a59d77eb.zip |
...
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() |