X-Git-Url: https://vaikene.ee/gitweb/highlight.css?a=blobdiff_plain;f=src%2Fapps%2FPswGen%2FCMakeLists.txt;h=01770c2e4c6f021d7602cddc0a904fe6265d6fad;hb=cdc02ee6da9c883125d5cff563bdcfcc0bf2b7b8;hp=64a26c54fb3c91643c202c6d213cb5c8660c62a0;hpb=473db85d79d6d89b7b8fe617346efa3e94c66cd9;p=evaf diff --git a/src/apps/PswGen/CMakeLists.txt b/src/apps/PswGen/CMakeLists.txt index 64a26c5..01770c2 100644 --- a/src/apps/PswGen/CMakeLists.txt +++ b/src/apps/PswGen/CMakeLists.txt @@ -1,5 +1,6 @@ set(eVaf_INCLUDE ${eVaf_INCLUDE} ${CMAKE_SOURCE_DIR}/src/apps/PswGen) add_subdirectory(GUI) +add_subdirectory(CLI) add_subdirectory(Generator) -#add_subdirectory(Storage) +add_subdirectory(Storage)