diff options
author | Johannes Doerfert <jdoerfert@codeaurora.org> | 2014-05-28 16:54:42 +0000 |
---|---|---|
committer | Johannes Doerfert <jdoerfert@codeaurora.org> | 2014-05-28 16:54:42 +0000 |
commit | 34558184a06849488c5165605e7edf5424b2cf1b (patch) | |
tree | ebf11bb97c9ea37d3f840604bcd41c7d1d2e0d6f /polly/CMakeLists.txt | |
parent | 0a70a845342cd75f40b7de3f0e7e70d973f5aecb (diff) | |
download | bcm5719-llvm-34558184a06849488c5165605e7edf5424b2cf1b.tar.gz bcm5719-llvm-34558184a06849488c5165605e7edf5424b2cf1b.zip |
Reorder cmake include folders (polly source first)
llvm-svn: 209750
Diffstat (limited to 'polly/CMakeLists.txt')
-rw-r--r-- | polly/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/polly/CMakeLists.txt b/polly/CMakeLists.txt index 7958274dd6c..628c761eafd 100644 --- a/polly/CMakeLists.txt +++ b/polly/CMakeLists.txt @@ -141,6 +141,7 @@ endif(SCOPLIB_FOUND) include_directories( + BEFORE ${CMAKE_CURRENT_SOURCE_DIR}/include ${CMAKE_CURRENT_SOURCE_DIR}/lib/JSON/include ${CMAKE_CURRENT_BINARY_DIR}/include |