From f76c40c424b486ae7f589a197c0cbea28088ba6a Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Wed, 19 Oct 2011 23:53:13 +0200 Subject: [PATCH] Fix the -Wmissing-include-dirs warnings --- clients/b2/config/CMakeLists.txt | 3 --- clients/oxygen/config/CMakeLists.txt | 2 +- effects/_test/CMakeLists.txt | 5 ----- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/clients/b2/config/CMakeLists.txt b/clients/b2/config/CMakeLists.txt index ec6e437948..1aaf8da2ab 100644 --- a/clients/b2/config/CMakeLists.txt +++ b/clients/b2/config/CMakeLists.txt @@ -1,6 +1,3 @@ -include_directories( ${KDEBASE_WORKSPACE_SOURCE_DIR}/kwin/lib ) - - ########### next target ############### set(kwin_b2_config_PART_SRCS config.cpp ) diff --git a/clients/oxygen/config/CMakeLists.txt b/clients/oxygen/config/CMakeLists.txt index caaad02b66..7b4c5f9805 100644 --- a/clients/oxygen/config/CMakeLists.txt +++ b/clients/oxygen/config/CMakeLists.txt @@ -1,4 +1,4 @@ -include_directories( ${KDEBASE_WORKSPACE_SOURCE_DIR}/kwin/lib ${KDEBASE_WORKSPACE_SOURCE_DIR}/libs/oxygen) +include_directories( ${KDEBASE_WORKSPACE_SOURCE_DIR}/libs/oxygen) set(kwin_oxygen_config_PART_SRCS ../oxygenconfiguration.cpp diff --git a/effects/_test/CMakeLists.txt b/effects/_test/CMakeLists.txt index e4a1a5fc8c..3b01508c2e 100644 --- a/effects/_test/CMakeLists.txt +++ b/effects/_test/CMakeLists.txt @@ -11,11 +11,6 @@ macro(KWIN4_ADD_EFFECT_CONFIG name) install(TARGETS kcm_kwin4_effect_${name} DESTINATION ${PLUGIN_INSTALL_DIR}) endmacro(KWIN4_ADD_EFFECT_CONFIG) -include_directories( - ${KDEBASE_WORKSPACE_SOURCE_DIR}/kwin/lib - ) - - ### tests - meant to test/demo certain functionality, not really usable for end-users SET(kwin4_effect_tests_sources demo_shakymove.cpp