diff options
Diffstat (limited to 'contrib/cgltf-tangents/test/CMakeLists.txt')
-rw-r--r-- | contrib/cgltf-tangents/test/CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/cgltf-tangents/test/CMakeLists.txt b/contrib/cgltf-tangents/test/CMakeLists.txt new file mode 100644 index 0000000..422c950 --- /dev/null +++ b/contrib/cgltf-tangents/test/CMakeLists.txt | |||
@@ -0,0 +1,11 @@ | |||
1 | cmake_minimum_required(VERSION 3.0) | ||
2 | |||
3 | project (cgltf-test) | ||
4 | |||
5 | add_executable(cgltf-test | ||
6 | main.c) | ||
7 | |||
8 | target_link_libraries(cgltf-test | ||
9 | cgltf | ||
10 | cgltf-tangents | ||
11 | -lm) | ||