diff options
Diffstat (limited to 'gltfview/CMakeLists.txt')
-rw-r--r-- | gltfview/CMakeLists.txt | 3 |
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) | |||
5 | project(gltfview) | 5 | project(gltfview) |
6 | 6 | ||
7 | add_executable(gltfview | 7 | add_executable(gltfview |
8 | src/game.c | 8 | src/game.c) |
9 | src/main.c) | ||
10 | 9 | ||
11 | target_include_directories(gltfview PRIVATE | 10 | target_include_directories(gltfview PRIVATE |
12 | src/) | 11 | src/) |