mirror of
https://github.com/overte-org/overte.git
synced 2025-04-29 16:42:54 +02:00
9 lines
284 B
CMake
9 lines
284 B
CMake
# add the tool directories
|
|
add_subdirectory(scribe)
|
|
set_target_properties(scribe PROPERTIES FOLDER "Tools")
|
|
|
|
add_subdirectory(udt-test)
|
|
set_target_properties(udt-test PROPERTIES FOLDER "Tools")
|
|
|
|
add_subdirectory(vhacd-util)
|
|
set_target_properties(vhacd-util PROPERTIES FOLDER "Tools")
|