X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2FCMakeLists.txt;h=39a7ceb0484a4981fc111aa57993f3a0fd6f986b;hp=d6f467f6dec3e75e69506cee1b792d8280534785;hb=be04b68a0f10891b81c07cdda204a9abc0ac56a7;hpb=bc544f569faedea50c7715844a2261872796c683 diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index d6f467f6..39a7ceb0 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -12,6 +12,7 @@ set(SOURCES corebufferviewconfig.cpp corebufferviewmanager.cpp corecoreinfo.cpp + coredccconfig.cpp coreidentity.cpp coreignorelistmanager.cpp coreircchannel.cpp @@ -45,7 +46,7 @@ set(LIBS ) if(HAVE_SSL) set(SOURCES ${SOURCES} sslserver.cpp) include_directories(${OPENSSL_INCLUDE_DIR}) -endif(HAVE_SSL) +endif() if (QCA2_FOUND) add_definitions(-DHAVE_QCA2) @@ -69,8 +70,4 @@ qt_add_resources(SOURCES ${CORE_RCS}) add_library(mod_core STATIC ${SOURCES}) qt_use_modules(mod_core Core Network Script Sql) -add_dependencies(mod_core mod_common) - -if (LIBS) - target_link_libraries(mod_core ${LIBS}) -endif() +target_link_libraries(mod_core mod_common ${LIBS})