Use relative path to reference KWin build directory. Fixes compilation when 'kwin_composite' branch is checked out into local 'kdebase/workspace' folder with a name other than 'kwin'
svn path=/branches/work/kwin_composite/; revision=656442
This commit is contained in:
parent
371dfdbede
commit
a23a2fafa5
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
include_directories(
|
||||
${CMAKE_SOURCE_DIR}/workspace/kwin/lib
|
||||
${CMAKE_SOURCE_DIR}/workspace/kwin/lib
|
||||
${CMAKE_BINARY_DIR}/workspace/kwin
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../../lib # KWin library dir
|
||||
${CMAKE_CURRENT_BINARY_DIR}/../../ # main KWin dir
|
||||
)
|
||||
|
||||
ADD_DEFINITIONS(-DKCMRULES)
|
||||
|
|
Loading…
Reference in a new issue