diff options
Diffstat (limited to 'contrib/cgltf-tangents/test/CMakeLists.txt')
| -rw-r--r-- | contrib/cgltf-tangents/test/CMakeLists.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/cgltf-tangents/test/CMakeLists.txt b/contrib/cgltf-tangents/test/CMakeLists.txt deleted file mode 100644 index 422c950..0000000 --- a/contrib/cgltf-tangents/test/CMakeLists.txt +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 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) | ||
