1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-22 20:17:46 +00:00
novus/extern/tinygltf/CMakeLists.txt

3 lines
130 B
Text
Raw Normal View History

2023-09-23 14:08:41 -04:00
add_library(tinygltf STATIC)
target_sources(tinygltf PRIVATE src/tiny_gltf.cc)
target_include_directories(tinygltf PUBLIC include)