[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdegames
From:       André Wöbbeking <Woebbeking () web ! de>
Date:       2006-09-09 15:35:09
Message-ID: 1157816109.774418.5387.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 582503 by woebbe:

added libkdegames include directories to kreversi's CMake file and not to the top level one.

 M  +1 -2      CMakeLists.txt  
 M  +3 -0      kreversi/CMakeLists.txt  


--- trunk/KDE/kdegames/CMakeLists.txt #582502:582503
@@ -11,8 +11,7 @@
 add_definitions (-DQT3_SUPPORT)
 add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
 link_directories (${KDE4_LIB_DIR})
-include_directories ( ${QDBUS_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR}/libkdegames/highscore
-                      ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES})
+include_directories ( ${QDBUS_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES})
 set(HIGHSCORE_DIRECTORY "" CACHE STRING "whether to use system-wide highscores")
 
 # Create config.h
--- trunk/KDE/kdegames/kreversi/CMakeLists.txt #582502:582503
@@ -3,6 +3,9 @@
 add_subdirectory( sounds ) 
 add_subdirectory( icons ) 
 
+include_directories( ${CMAKE_SOURCE_DIR}/libkdegames ${CMAKE_SOURCE_DIR}/libkdegames/highscore  )
+
+
 ########### next target ###############
 
 set(kreversi_SRCS 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic