mirror of
https://github.com/overte-org/overte.git
synced 2025-07-10 03:59:40 +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()
|