diff options
Diffstat (limited to 'gltfview/CMakeLists.txt')
-rw-r--r-- | gltfview/CMakeLists.txt | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/gltfview/CMakeLists.txt b/gltfview/CMakeLists.txt deleted file mode 100644 index 98c3b47..0000000 --- a/gltfview/CMakeLists.txt +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | cmake_minimum_required(VERSION 3.0) | ||
2 | |||
3 | add_subdirectory(src/plugins) | ||
4 | |||
5 | project(gltfview) | ||
6 | |||
7 | add_executable(gltfview | ||
8 | src/game.c) | ||
9 | |||
10 | target_include_directories(gltfview PRIVATE | ||
11 | src/) | ||
12 | |||
13 | target_link_libraries(gltfview PRIVATE | ||
14 | cstring | ||
15 | error | ||
16 | gfx | ||
17 | gfx-app | ||
18 | list | ||
19 | log | ||
20 | math | ||
21 | mempool | ||
22 | plugin) | ||