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