summaryrefslogtreecommitdiff
path: root/gltfview/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'gltfview/CMakeLists.txt')
-rw-r--r--gltfview/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/gltfview/CMakeLists.txt b/gltfview/CMakeLists.txt
index de745ce..98c3b47 100644
--- a/gltfview/CMakeLists.txt
+++ b/gltfview/CMakeLists.txt
@@ -5,8 +5,7 @@ add_subdirectory(src/plugins)
5project(gltfview) 5project(gltfview)
6 6
7add_executable(gltfview 7add_executable(gltfview
8 src/game.c 8 src/game.c)
9 src/main.c)
10 9
11target_include_directories(gltfview PRIVATE 10target_include_directories(gltfview PRIVATE
12 src/) 11 src/)