mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-27 14:17:45 +00:00
3 lines
No EOL
130 B
CMake
3 lines
No EOL
130 B
CMake
add_library(tinygltf STATIC)
|
|
target_sources(tinygltf PRIVATE src/tiny_gltf.cc)
|
|
target_include_directories(tinygltf PUBLIC include) |