mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-12 10:52:32 +02:00
4 lines
119 B
CMake
4 lines
119 B
CMake
macro(TARGET_CGLTF)
|
|
find_package(cgltf REQUIRED)
|
|
target_link_libraries(${TARGET_NAME} cgltf::cgltf)
|
|
endmacro()
|