mirror of
https://github.com/overte-org/overte.git
synced 2025-04-09 05:53:25 +02:00
This reverts these commits: *82b26b7
Code convention fixes *9a484ff
Fixes for windows *086b064
Dumps all urls extracted to stdout. *c002888
Added cache extractor to the tools directory
12 lines
360 B
CMake
12 lines
360 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(udt-test)
|
|
set_target_properties(udt-test PROPERTIES FOLDER "Tools")
|
|
|
|
add_subdirectory(vhacd-util)
|
|
set_target_properties(vhacd-util PROPERTIES FOLDER "Tools")
|