commit a7f486689412c7bdcb75e09a8493d180480c08ea
Author: ether <ethe...@gmail.com>
Date: Thu Apr 21 09:09:45 2011 +0800
Make GICHelper.cpp as the source file of project polly_headers_do_not_build.
diff --git a/include/polly/CMakeLists.txt b/include/polly/CMakeLists.txt
index af4dbdb..ef92163 100644
--- a/include/polly/CMakeLists.txt
+++ b/include/polly/CMakeLists.txt
@@ -4,6 +4,6 @@ if( MSVC_IDE OR XCODE )
file(GLOB_RECURSE headers *.h)
add_library(polly_headers_do_not_build EXCLUDE_FROM_ALL
# We need at least one source file:
- ${LLVM_MAIN_SRC_DIR}/lib/Transforms/Hello/Hello.cpp
+ ${POLLY_SOURCE_DIR}/lib/Support/GICHelper.cpp
${headers})
endif()