playground/utils/powerdevil

Rolf Eike Beer kde at opensource.sf-tec.de
Tue Aug 19 22:40:22 CEST 2008


SVN commit 849633 by dakon:

Fix include paths to let powerdevil build as subproject

CCMAIL:drf at kdemod.ath.cx
CCMAIL:kde-utils-devel at kde.org


 M  +2 -2      CMakeLists.txt  


--- trunk/playground/utils/powerdevil/CMakeLists.txt #849632:849633
@@ -21,8 +21,8 @@
 )
 
 include_directories (
-    ${CMAKE_SOURCE_DIR} 
-    ${CMAKE_BINARY_DIR} 
+    ${CMAKE_CURRENT_SOURCE_DIR} 
+    ${CMAKE_CURRENT_BINARY_DIR} 
     ${KDE4_INCLUDES} 
     ${PLASMA_INCLUDES}
 )


More information about the Kde-utils-devel mailing list