mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-13 16:13:14 +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()
|