mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-17 07:37:43 +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()
|