mirror of
https://github.com/overte-org/overte.git
synced 2025-05-28 06:30:39 +02:00
11 lines
299 B
CMake
11 lines
299 B
CMake
setup_memory_debugger()
|
|
|
|
# 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")
|