mirror of
https://github.com/overte-org/overte.git
synced 2025-08-03 23:23:38 +02:00
9 lines
274 B
CMake
9 lines
274 B
CMake
# add the tool directories
|
|
add_subdirectory(mtc)
|
|
set_target_properties(mtc PROPERTIES FOLDER "Tools")
|
|
|
|
add_subdirectory(scribe)
|
|
set_target_properties(scribe PROPERTIES FOLDER "Tools")
|
|
|
|
add_subdirectory(vhacd-util)
|
|
set_target_properties(vhacd-util PROPERTIES FOLDER "Tools")
|