X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2FCMakeLists.txt;h=2ddd926b4894ff53101ad31205ef20cf75a47c2f;hp=9c273e645dd7cbb981b52c2888d3d0027395fafd;hb=5c6de1b6613a99791be660bb19df18e3da507cd7;hpb=3456106b07bfc3000e50df9322ddefd4f872e0fb diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 9c273e64..2ddd926b 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -60,8 +60,8 @@ set(HEADERS ${MOC_HDRS} ctcpevent.h event.h ircevent.h - networkevent.h messageevent.h + networkevent.h logger.h message.h types.h @@ -87,7 +87,7 @@ endif(NOT WITH_QT5) set_directory_properties(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES version.gen) -add_library(mod_common STATIC ${SOURCES} ${MOC}) +add_library(mod_common STATIC ${SOURCES} ${HEADERS} ${MOC}) set_target_properties(mod_common PROPERTIES COMPILE_FLAGS "${QUASSEL_QT_COMPILEFLAGS}") if(APPLE)