Contents of /tags/KDE/4.1.1/kdeutils/ark/plugins/libzipplugin/CMakeLists.txt
Parent Directory
|
Revision Log
Revision 853753 -
(show annotations)
(download)
Thu Aug 28 08:56:41 2008 UTC (9 years, 4 months ago) by mueller
File MIME type: text/plain
File size: 624 byte(s)
Thu Aug 28 08:56:41 2008 UTC (9 years, 4 months ago) by mueller
File MIME type: text/plain
File size: 624 byte(s)
KDE 4.1.1
| 1 | |
| 2 | include_directories( ${LIBZIP_INCLUDE_DIR} |
| 3 | ${CMAKE_CURRENT_SOURCE_DIR}/../.. |
| 4 | ${CMAKE_CURRENT_BINARY_DIR}/../.. |
| 5 | ) |
| 6 | |
| 7 | ########### next target ############### |
| 8 | |
| 9 | set(kerfuffle_libzip_SRCS zipplugin.cpp) |
| 10 | |
| 11 | kde4_add_plugin(kerfuffle_libzip ${kerfuffle_libzip_SRCS}) |
| 12 | |
| 13 | target_link_libraries(kerfuffle_libzip ${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBS} ${LIBZIP_LIBRARY} kerfuffle ) |
| 14 | |
| 15 | install(TARGETS kerfuffle_libzip DESTINATION ${PLUGIN_INSTALL_DIR} ) |
| 16 | |
| 17 | |
| 18 | ########### install files ############### |
| 19 | |
| 20 | install( FILES kerfuffle_libzip.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) |
| 21 |
The KDE Source Repository
Full Width