From 7a449a545cffe950ab4cb5343047b2fc83304a31 Mon Sep 17 00:00:00 2001 From: David Sansome Date: Tue, 8 Jun 2010 13:24:48 +0000 Subject: [PATCH] Fix a compilation error when enabling other engines --- src/core/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 816269e1e..f76c49df6 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -73,4 +73,8 @@ add_library(clementine_core ${MOC} ) +target_link_libraries(clementine_core + clementine_engines +) + add_translation_source(core ${SOURCES} ${MOC})