aboutsummaryrefslogtreecommitdiff
path: root/app/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'app/CMakeLists.txt')
-rw-r--r--app/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt
index 021a77d..b88219a 100644
--- a/app/CMakeLists.txt
+++ b/app/CMakeLists.txt
@@ -12,6 +12,7 @@ target_link_libraries(gfx-app PUBLIC
12 glad 12 glad
13 glfw 13 glfw
14 log 14 log
15 simloop
15 timer) 16 timer)
16 17
17add_subdirectory(demo) 18add_subdirectory(demo)