Fix CMake build dependencies

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 8 years ago
parent 3f7006b680
commit d9bca8826d

@ -26,6 +26,7 @@ link_directories(
tde_add_library( cite STATIC_PIC AUTOMOC tde_add_library( cite STATIC_PIC AUTOMOC
SOURCES lyxpipe.cpp actionmanager.cpp clipboard.cpp openoffice.cpp SOURCES lyxpipe.cpp actionmanager.cpp clipboard.cpp openoffice.cpp
DEPENDENCIES core-static
) )
##### directories ############################### ##### directories ###############################

@ -40,6 +40,8 @@ tde_add_library( translators STATIC_PIC AUTOMOC
dataimporter.cpp importer.cpp dataimporter.cpp importer.cpp
LINK LINK
gui-static gui-static
DEPENDENCIES
core-static
) )

Loading…
Cancel
Save