mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 00:40:06 +02:00
8 lines
143 B
CMake
8 lines
143 B
CMake
# add the tool directories
|
|
add_subdirectory(mtc)
|
|
add_subdirectory(scribe)
|
|
|
|
find_package(VHACD)
|
|
if(VHACD_FOUND)
|
|
add_subdirectory(vhacd)
|
|
endif()
|