]> granicus.if.org Git - clang/commit
CMake: Fix public header search for generating Xcode/MSVC projects.
authorJordan Rose <jordan_rose@apple.com>
Tue, 23 Oct 2012 21:54:03 +0000 (21:54 +0000)
committerJordan Rose <jordan_rose@apple.com>
Tue, 23 Oct 2012 21:54:03 +0000 (21:54 +0000)
commit340d0d30018dd3ed77fb17f33e785acd745bf97d
tree21702519af92c078bbb66ed24841fc234982f469
parenta7a38cb64e0781b8489332cedcfae9c8f95ba22e
CMake: Fix public header search for generating Xcode/MSVC projects.

Previously, we only had support for one level of library under lib/,
with the existence of the two-level lib/StaticAnalyzer/* hardcoded in
the top-level CMakeLists.txt. This became a problem with split of
libRewrite into several libraries -- with the same sub-names as the
libraries in lib/StaticAnalyzer/.

Now, we match up anything under lib/ to the corresponding directory
in include/clang/.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166505 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt