diff options
-rw-r--r-- | tdeabc/CMakeLists.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tdeabc/CMakeLists.txt b/tdeabc/CMakeLists.txt index 0cd900c08..1d2ae37a7 100644 --- a/tdeabc/CMakeLists.txt +++ b/tdeabc/CMakeLists.txt @@ -79,6 +79,13 @@ add_custom_command( WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/scripts ) +add_custom_target( + addressee_files + DEPENDS + ${CMAKE_CURRENT_BINARY_DIR}/addressee.cpp + ${CMAKE_CURRENT_BINARY_DIR}/addressee.h + ${CMAKE_CURRENT_BINARY_DIR}/field.cpp +) ##### tdeabc ###################################### @@ -103,7 +110,7 @@ tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} VERSION 1.2.0 LINK vcards-static vcard-shared tdeio-shared tderesources-shared - DEPENDENCIES addressee.h dcopidl + DEPENDENCIES addressee_files dcopidl DESTINATION ${LIB_INSTALL_DIR} ) |