kde-playground/kdepim-runtime/accountwizard/ispdb/CMakeLists.txt

16 lines
239 B
Text
Raw Normal View History

2015-04-14 22:08:21 +00:00
set(ispdb_srcs
main.cpp
ispdb.cpp
)
kde4_add_executable(ispdb ${ispdb_srcs})
target_link_libraries(ispdb
${KDE4_KDECORE_LIBS}
${KDE4_KIO_LIBS}
${KDEPIMLIBS_KMIME_LIBS}
)
install(TARGETS ispdb ${INSTALL_TARGETS_DEFAULT_ARGS})