trunk
Andreas Pakulat
apaku at gmx.de
Sun Apr 5 17:43:15 UTC 2009
SVN commit 949674 by apaku:
Move the trunk gdb plugin into playground as its working less well than the one
in playground right now (will move the playground version to trunk separately).
CCMAIL:kdevelop-devel at kdevelop.org
D KDE/kdevelop/debuggers/gdb (directory)
A playground/devtools/kdevelop4-extra-plugins/newgdb (directory) KDE/kdevelop/debuggers/gdb#949649
M +8 -1 playground/devtools/kdevelop4-extra-plugins/newgdb/CMakeLists.txt
--- trunk/playground/devtools/kdevelop4-extra-plugins/newgdb/CMakeLists.txt #949649:949674
@@ -2,7 +2,14 @@
add_definitions( -DKDE_DEFAULT_DEBUG_AREA=9012 )
-include_directories(${cpp_SOURCE_DIR})
+find_package(KDE4 REQUIRED)
+find_package(KDevPlatform REQUIRED)
+
+include_directories(${cpp_SOURCE_DIR}
+ ${KDE4_INCLUDES}
+ ${KDEVPLATFORM_INCLUDE_DIR}
+ ${CMAKE_CURRENT_BINARY_DIR}
+ )
#add_subdirectory(tests)
########### next target ###############
More information about the KDevelop-devel
mailing list