diff --git a/CMakeLists.txt b/CMakeLists.txt index 6125b98..5d3abdc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() diff --git a/emory.cpp b/tools/analyse.cpp similarity index 100% rename from emory.cpp rename to tools/analyse.cpp diff --git a/emory-compare.cpp b/tools/compare.cpp similarity index 100% rename from emory-compare.cpp rename to tools/compare.cpp