mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 00:45:51 +02:00
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.
15 lines
456 B
CMake
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")
|