mirror of
https://github.com/overte-org/overte.git
synced 2025-04-09 07:12:45 +02:00
24 lines
720 B
CMake
24 lines
720 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")
|
|
|
|
add_subdirectory(ice-client)
|
|
set_target_properties(ice-client PROPERTIES FOLDER "Tools")
|
|
|
|
add_subdirectory(ac-client)
|
|
set_target_properties(ac-client PROPERTIES FOLDER "Tools")
|
|
|
|
add_subdirectory(skeleton-dump)
|
|
set_target_properties(skeleton-dump PROPERTIES FOLDER "Tools")
|
|
|
|
add_subdirectory(atp-get)
|
|
set_target_properties(atp-get PROPERTIES FOLDER "Tools")
|
|
|
|
add_subdirectory(oven)
|
|
set_target_properties(oven PROPERTIES FOLDER "Tools")
|