aboutsummaryrefslogtreecommitdiff
path: root/demos/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-05-11 16:02:50 +0800
committercrupest <crupest@outlook.com>2021-05-11 16:02:50 +0800
commit5c050b44558856ad0fe41dab95f97ea0a59d77eb (patch)
treee9b6f37ee3c737d792f555c5ba32cb85e80bf03e /demos/CMakeLists.txt
parente42db68bc5924d55d6885b94def3a4c1cc08463b (diff)
downloadcru-5c050b44558856ad0fe41dab95f97ea0a59d77eb.tar.gz
cru-5c050b44558856ad0fe41dab95f97ea0a59d77eb.tar.bz2
cru-5c050b44558856ad0fe41dab95f97ea0a59d77eb.zip
...
Diffstat (limited to 'demos/CMakeLists.txt')
-rw-r--r--demos/CMakeLists.txt2
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()