mirror of
https://github.com/overte-org/overte.git
synced 2025-07-14 00:56:38 +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()
|