diff options
| author | 3gg <3gg@shellblade.net> | 2026-03-06 13:26:57 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-03-06 13:26:57 -0800 |
| commit | f5c89b3bd5d74849757fd5b4d1a300068522a3ca (patch) | |
| tree | d6f6e4c81745b393d7594b334710f30c0b2df3bd /cgltf-tangents/test/CMakeLists.txt | |
Diffstat (limited to 'cgltf-tangents/test/CMakeLists.txt')
| -rw-r--r-- | cgltf-tangents/test/CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cgltf-tangents/test/CMakeLists.txt b/cgltf-tangents/test/CMakeLists.txt new file mode 100644 index 0000000..422c950 --- /dev/null +++ b/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) | ||
