X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2FCMakeLists.txt;h=43e68402bcdae22dc8d358ac912895ff22a3b05e;hb=446caa053a85a00ef1f2ed393b5a0da761d6f2d1;hp=d6f467f6dec3e75e69506cee1b792d8280534785;hpb=bc544f569faedea50c7715844a2261872796c683;p=quassel.git diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index d6f467f6..43e68402 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -69,8 +69,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})