aboutsummaryrefslogtreecommitdiff
path: root/demos/scroll_view/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/scroll_view/CMakeLists.txt
parente42db68bc5924d55d6885b94def3a4c1cc08463b (diff)
downloadcru-5c050b44558856ad0fe41dab95f97ea0a59d77eb.tar.gz
cru-5c050b44558856ad0fe41dab95f97ea0a59d77eb.tar.bz2
cru-5c050b44558856ad0fe41dab95f97ea0a59d77eb.zip
...
Diffstat (limited to 'demos/scroll_view/CMakeLists.txt')
-rw-r--r--demos/scroll_view/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/scroll_view/CMakeLists.txt b/demos/scroll_view/CMakeLists.txt
new file mode 100644
index 00000000..e9efe7d2
--- /dev/null
+++ b/demos/scroll_view/CMakeLists.txt
@@ -0,0 +1,2 @@
+add_executable(demo_scroll_view main.cpp)
+target_link_libraries(demo_scroll_view PRIVATE cru_demo_base cru_ui)