diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-05 19:49:09 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-05 19:49:09 -0600 |
commit | 56be183977f554aab855ecfa9447983d801485c3 (patch) | |
tree | 71979e4bb51287377d0c33a0f96c1e0b5dee2243 | |
parent | e8dc2dafb3fcc02ec6da8237e2f3bb7de3a3e8dd (diff) | |
download | tdewebdev-56be183977f554aab855ecfa9447983d801485c3.tar.gz tdewebdev-56be183977f554aab855ecfa9447983d801485c3.zip |
Fix FTBFS on Debian
-rw-r--r-- | quanta/project/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quanta/project/CMakeLists.txt b/quanta/project/CMakeLists.txt index c5356c5d..6f3c6f8f 100644 --- a/quanta/project/CMakeLists.txt +++ b/quanta/project/CMakeLists.txt @@ -14,6 +14,7 @@ include_directories( ${CMAKE_BINARY_DIR}/quanta/dialogs ${CMAKE_SOURCE_DIR}/lib ${CMAKE_SOURCE_DIR}/quanta/src + ${CMAKE_SOURCE_DIR}/quanta/project ${CMAKE_SOURCE_DIR}/quanta/parsers ${CMAKE_SOURCE_DIR}/quanta/utility ${CMAKE_SOURCE_DIR}/quanta/treeviews |