mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 21:36:12 +02:00
10 lines
209 B
CMake
10 lines
209 B
CMake
# add the tool directories
|
|
add_subdirectory(bitstream2json)
|
|
add_subdirectory(json2bitstream)
|
|
add_subdirectory(mtc)
|
|
add_subdirectory(scribe)
|
|
|
|
find_package(VHACD)
|
|
if(VHACD_FOUND)
|
|
add_subdirectory(vhacd)
|
|
endif()
|