diff options
author | Dennis Kasprzyk <onestone@compiz-fusion.org> | 2009-03-15 06:09:18 +0100 |
---|---|---|
committer | Dennis kasprzyk <onestone@compiz-fusion.org> | 2009-03-15 06:09:18 +0100 |
commit | 163f6b6f3c3b7764987cbdf8e03cc355edeaa499 (patch) | |
tree | 4278afde195343dcb8277b0bb0b6efc926ce8907 /src/CMakeLists.txt | |
parent | 28e45c55c11e20206d3bc9056aea8fc7f1b7a0e7 (diff) | |
download | unity-window-decorator-163f6b6f3c3b7764987cbdf8e03cc355edeaa499.tar.gz unity-window-decorator-163f6b6f3c3b7764987cbdf8e03cc355edeaa499.tar.bz2 |
New generalized build system.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2bf2db4..7939ea2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,7 @@ include_directories ( ${compiz_SOURCE_DIR}/include ${compiz_BINARY_DIR} + ${compiz_BINARY_DIR}/generated ${CMAKE_CURRENT_SOURCE_DIR} ${COMPIZ_INCLUDE_DIRS} ) |