SVN: toys/kernelupdatenotifier: CMakeLists.txt Makefile kernelupdatenotifier.pro

shadzik shadzik at pld-linux.org
Tue Mar 24 00:45:41 CET 2009


Author: shadzik
Date: Tue Mar 24 00:45:40 2009
New Revision: 10244

Added:
   toys/kernelupdatenotifier/CMakeLists.txt
Removed:
   toys/kernelupdatenotifier/Makefile
   toys/kernelupdatenotifier/kernelupdatenotifier.pro
Log:
- move to cmake


Added: toys/kernelupdatenotifier/CMakeLists.txt
==============================================================================
--- (empty file)
+++ toys/kernelupdatenotifier/CMakeLists.txt	Tue Mar 24 00:45:40 2009
@@ -0,0 +1,11 @@
+PROJECT( kernelupdatenotifier)
+FIND_PACKAGE(KDE4 REQUIRED)
+INCLUDE_DIRECTORIES( ${KDE4_INCLUDES} )
+
+SET(KDE4ProjectSources main.cpp kernelupdatenotifier.cpp)
+
+KDE4_ADD_EXECUTABLE(kernelupdatenotifier ${KDE4ProjectSources} )
+
+TARGET_LINK_LIBRARIES(kernelupdatenotifier ${KDE4_KDEUI_LIBS} kworkspace)
+
+install(TARGETS kernelupdatenotifier DESTINATION ${INSTALL_TARGETS_DEFAULT_ARGS})


More information about the pld-cvs-commit mailing list