X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?p=evaf;a=blobdiff_plain;f=src%2Flibs%2FCommon%2FCMakeLists.txt;h=c5083a39a4406268b96ae2fccad634fa54438a3c;hp=ce5f10cda42580644eb007deaf79a305272b55ac;hb=HEAD;hpb=13dedf19c628b9967e4c4106ab0fd967f1df0b90 diff --git a/src/libs/Common/CMakeLists.txt b/src/libs/Common/CMakeLists.txt index ce5f10c..c5083a3 100644 --- a/src/libs/Common/CMakeLists.txt +++ b/src/libs/Common/CMakeLists.txt @@ -12,16 +12,35 @@ set(eVaf_LIBRARIES) # Source files set(SRCS - app.cpp - event.cpp + app.h + config.cpp + config.h eventqueue.cpp + eventqueue.h globals.cpp + globals.h + iapp.h + iconfig.h + ieventqueue.h + ilogger.h + inifile.h + iprop.h + iregistry.h + libcommon.h + logger.h + prop.cpp + prop.h + app.cpp + event.h + event.cpp + inifile_p.h + inifile.cpp logger.cpp registry.cpp + registry.h util.cpp - inifile.cpp - config.cpp - prop.cpp + util.h + version.h ) # Header files for the meta-object compiler