X-Git-Url: https://vaikene.ee/gitweb/pswgen11.html?a=blobdiff_plain;f=src%2Fapps%2FPswGen%2FCMakeLists.txt;h=d6128529a0d96f91a91e3c51d62fe0dc9cbfaefc;hb=a81a943bee20df3c7eb34bafb3e3fe878facfe4e;hp=64a26c54fb3c91643c202c6d213cb5c8660c62a0;hpb=473db85d79d6d89b7b8fe617346efa3e94c66cd9;p=evaf diff --git a/src/apps/PswGen/CMakeLists.txt b/src/apps/PswGen/CMakeLists.txt index 64a26c5..d612852 100644 --- a/src/apps/PswGen/CMakeLists.txt +++ b/src/apps/PswGen/CMakeLists.txt @@ -1,5 +1,8 @@ set(eVaf_INCLUDE ${eVaf_INCLUDE} ${CMAKE_SOURCE_DIR}/src/apps/PswGen) -add_subdirectory(GUI) +if(Qt5Widgets_FOUND) + add_subdirectory(GUI) +endif(Qt5Widgets_FOUND) +add_subdirectory(CLI) add_subdirectory(Generator) -#add_subdirectory(Storage) +add_subdirectory(Storage)