overte-lubosz/tools/CMakeLists.txt
Anthony J. Thibault c002888808 Added cache extractor to the tools directory
It should find the local High Fidelity/Interface qt cache,
iterate over each file in the cache and output each corresponding
file into the High Fidelity/Interface/extracted dir.
The file path will be determined from the source url.

Untested on windows.
2015-11-06 14:52:12 -08:00

15 lines
456 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")
add_subdirectory(cache-extract)
set_target_properties(cache-extract PROPERTIES FOLDER "Tools")