mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-13 19:33:16 +02:00
4 lines
122 B
CMake
4 lines
122 B
CMake
macro(TARGET_VHACD)
|
|
find_package(v-hacd REQUIRED)
|
|
target_link_libraries(${TARGET_NAME} v-hacd::v-hacd)
|
|
endmacro()
|