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})
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to