diff options
Diffstat (limited to 'gltfview/src/plugins/CMakeLists.txt')
-rw-r--r-- | gltfview/src/plugins/CMakeLists.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gltfview/src/plugins/CMakeLists.txt b/gltfview/src/plugins/CMakeLists.txt deleted file mode 100644 index ecb2a45..0000000 --- a/gltfview/src/plugins/CMakeLists.txt +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | cmake_minimum_required(VERSION 3.0) | ||
2 | |||
3 | project(plugins) | ||
4 | |||
5 | set(LINK_LIBRARIES cstring math gfx) | ||
6 | |||
7 | add_library(gltf_view SHARED | ||
8 | gltf_view.c) | ||
9 | |||
10 | add_library(texture_view SHARED | ||
11 | texture_view.c) | ||
12 | |||
13 | target_link_libraries(gltf_view PUBLIC | ||
14 | ${LINK_LIBRARIES}) | ||
15 | |||
16 | target_link_libraries(texture_view PUBLIC | ||
17 | ${LINK_LIBRARIES}) | ||