X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2FCMakeLists.txt;h=722276053199ef52807506886c91a926eb7a6b89;hb=1f2784bfa1c1ce90defa32f13c78afd72c227bfd;hp=caca1587939d9a975e9efc3a6777519e6d872da9;hpb=37110ceaa070167b4f40ed449ac9ea130503a792;p=quassel.git diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index caca1587..72227605 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -15,6 +15,8 @@ set(SOURCES dccconfig.cpp event.cpp eventmanager.cpp + expressionmatch.cpp + # expressionmatchtests.cpp highlightrulemanager.cpp identity.cpp ignorelistmanager.cpp @@ -30,6 +32,7 @@ set(SOURCES network.cpp networkconfig.cpp networkevent.cpp + nickhighlightmatcher.cpp peer.cpp peerfactory.cpp presetnetworks.cpp @@ -37,6 +40,7 @@ set(SOURCES remotepeer.cpp settings.cpp signalproxy.cpp + singleton.h syncableobject.cpp transfer.cpp transfermanager.cpp