From 5c050b44558856ad0fe41dab95f97ea0a59d77eb Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 11 May 2021 16:02:50 +0800 Subject: ... --- demos/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'demos/CMakeLists.txt') 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() -- cgit v1.2.3