X-Git-Url: https://vaikene.ee/gitweb/pswgen11.html?a=blobdiff_plain;f=src%2Fapps%2FPswGen%2FCMakeLists.txt;h=3eadf22269486732b3c9eae9d7aad342a5298cc6;hb=8ca71a4ced13c50ecd1e3b9d9c15546ac0d48045;hp=64a26c54fb3c91643c202c6d213cb5c8660c62a0;hpb=473db85d79d6d89b7b8fe617346efa3e94c66cd9;p=evaf diff --git a/src/apps/PswGen/CMakeLists.txt b/src/apps/PswGen/CMakeLists.txt index 64a26c5..3eadf22 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(QT_QTGUI_FOUND) + add_subdirectory(GUI) +endif(QT_QTGUI_FOUND) +add_subdirectory(CLI) add_subdirectory(Generator) -#add_subdirectory(Storage) +add_subdirectory(Storage)