diff options
Diffstat (limited to 'contrib/cgltf-tangents/CMakeLists.txt')
-rw-r--r-- | contrib/cgltf-tangents/CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/cgltf-tangents/CMakeLists.txt b/contrib/cgltf-tangents/CMakeLists.txt new file mode 100644 index 0000000..2c0771e --- /dev/null +++ b/contrib/cgltf-tangents/CMakeLists.txt | |||
@@ -0,0 +1,13 @@ | |||
1 | cmake_minimum_required(VERSION 3.0) | ||
2 | |||
3 | project(cgltf-tangents) | ||
4 | |||
5 | add_library(cgltf-tangents | ||
6 | cgltf_tangents.c | ||
7 | MikkTSpace/mikktspace.c) | ||
8 | |||
9 | target_include_directories(cgltf-tangents PUBLIC | ||
10 | ${CMAKE_CURRENT_SOURCE_DIR}) | ||
11 | |||
12 | target_link_libraries(cgltf-tangents PUBLIC | ||
13 | cgltf) | ||