aboutsummaryrefslogtreecommitdiff
path: root/demos/scroll_view/CMakeLists.txt
diff options
context:
space:
mode:
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)