build: move tools to a directory

This commit is contained in:
Danny Robson 2019-04-24 07:46:42 +10:00
parent a1d66393e6
commit 6dd378d198
3 changed files with 2 additions and 2 deletions

View File

@ -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()