X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Flibs%2FCommon%2FCMakeLists.txt;h=085749e6fc61155ff96d440a52ef00a6356a103b;hb=0ff0ad82c62217a437787b0a54e47415bfb5740f;hp=1d166475d6a8dc1aa28b98d1fe1fefb9913ec692;hpb=5815060246f84e8efdf3143b4e8c7d00778168cf;p=evaf diff --git a/src/libs/Common/CMakeLists.txt b/src/libs/Common/CMakeLists.txt index 1d16647..085749e 100644 --- a/src/libs/Common/CMakeLists.txt +++ b/src/libs/Common/CMakeLists.txt @@ -19,7 +19,10 @@ set(SRCS env.cpp event.cpp eventqueue.cpp + globals.cpp + logger.cpp registry.cpp + util.cpp ) # Header files for the meta-object compiler @@ -32,6 +35,7 @@ set(MOC_HDRS app.h env.h eventqueue.h + logger.h registry.h )