mirror of
https://github.com/overte-org/overte.git
synced 2025-07-09 01:19:26 +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()
|