mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-22 20:17:46 +00:00
3 lines
130 B
Text
3 lines
130 B
Text
|
add_library(tinygltf STATIC)
|
||
|
target_sources(tinygltf PRIVATE src/tiny_gltf.cc)
|
||
|
target_include_directories(tinygltf PUBLIC include)
|