build: move tools to a directory
This commit is contained in:
parent
a1d66393e6
commit
6dd378d198
@ -23,7 +23,7 @@ add_subdirectory(cruft/crypto)
|
||||
|
||||
|
||||
###############################################################################
|
||||
foreach (t emory emory-compare)
|
||||
add_executable ("${t}" "${t}.cpp")
|
||||
foreach (t analyse compare)
|
||||
add_executable ("${t}" "tools/${t}.cpp")
|
||||
target_link_libraries("${t}" cruft-crypto cruft-util)
|
||||
endforeach()
|
||||
|
Loading…
Reference in New Issue
Block a user