diff options
Diffstat (limited to 'app/CMakeLists.txt')
-rw-r--r-- | app/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 4db314d..7703ccb 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt | |||
@@ -15,3 +15,5 @@ target_link_libraries(gfx-app PUBLIC | |||
15 | glfw | 15 | glfw |
16 | log | 16 | log |
17 | timer) | 17 | timer) |
18 | |||
19 | add_subdirectory(demo) | ||