SVN commit 577387 by coolo:
I was unable to specify inter directory dependencies in a sane
way ;(
CCMAIL: [email protected]
M +5 -0 CMakeLists.txt
--- trunk/KDE/kdepim/kontact/plugins/kmail/CMakeLists.txt #577386:577387
@@ -26,6 +26,11 @@
install(TARGETS kontact_kmailplugin DESTINATION ${PLUGIN_INSTALL_DIR})
+set_source_files_properties( kmail_plugin.cpp OBJECT_DEPENDS
${CMAKE_BINARY_DIR}/kmail/globalsettings_base.h )
+
+ADD_CUSTOM_COMMAND(OUTPUT ${CMAKE_BINARY_DIR}/kmail/globalsettings_base.h
+ COMMAND make -C ${CMAKE_BINARY_DIR}/kmail globalsettings_base.o )
+
########### next target ###############
set(kcm_kmailsummary_PART_SRCS kcmkmailsummary.cpp )
_______________________________________________
Kde-buildsystem mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-buildsystem