X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Fmain%2FCLI%2FCMakeLists.txt;h=d6a5b14cb679368029eb45c0326743325f84d3f3;hb=2ab8cd3d68a55773240c9424aa0e14d678fd2dbb;hp=f27ec1fcfae795315c00fb63911d85c4862f4336;hpb=4d81227da330c21c7aa0badc88bd5ad4467067fb;p=evaf diff --git a/src/main/CLI/CMakeLists.txt b/src/main/CLI/CMakeLists.txt index f27ec1f..d6a5b14 100644 --- a/src/main/CLI/CMakeLists.txt +++ b/src/main/CLI/CMakeLists.txt @@ -9,19 +9,17 @@ include(${QT_USE_FILE}) include_directories(${eVaf_INCLUDE}) # Required eVaf libraries -set(eVaf_LIBRARIES) +set(eVaf_LIBRARIES CommonLib PluginsLib) # Source files set(SRCS main.cpp exithandler.cpp - version.cpp ) # Header files for the meta-object compiler set(MOC_HDRS main.h - version_p.h ) # Version info resource file for Windows builds