mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 23:32:27 +02:00
10 lines
275 B
CMake
10 lines
275 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")
|
|
|