]> vaikene.ee Git - evaf/blobdiff - src/main/CLI/CMakeLists.txt
Added eVaf Command Line Interface application.
[evaf] / src / main / CLI / CMakeLists.txt
index f27ec1fcfae795315c00fb63911d85c4862f4336..d6a5b14cb679368029eb45c0326743325f84d3f3 100644 (file)
@@ -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