summaryrefslogtreecommitdiff
path: root/lib/Headers
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-12-16 16:03:21 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-12-16 16:03:21 +0000
commitaa58952ce3eb66489aeed73c1efd5b47b496b0a0 (patch)
tree28a59a3da8c5dc3688ae66862c6b6f2206daabcd /lib/Headers
parent1f69f4c27bdb72c82109450ebd4c2a2803a4aaa7 (diff)
downloadclang-aa58952ce3eb66489aeed73c1efd5b47b496b0a0.tar.gz
[CMake] Introduce CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197395 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Headers')
-rw-r--r--lib/Headers/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Headers/CMakeLists.txt b/lib/Headers/CMakeLists.txt
index 2da1a28aca..9c27593988 100644
--- a/lib/Headers/CMakeLists.txt
+++ b/lib/Headers/CMakeLists.txt
@@ -47,7 +47,7 @@ set(files
module.map
)
-set(output_dir ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/clang/${CLANG_VERSION}/include)
+set(output_dir ${CLANG_LIBRARY_OUTPUT_INTDIR}/clang/${CLANG_VERSION}/include)
# If we are in an IDE that has a configuration directory, we need to
# create a second copy of the headers so that 'clang' can find them if