Skip to content
  • Jordan Rose's avatar
    CMake: Fix public header search for generating Xcode/MSVC projects. · afaee3c3
    Jordan Rose authored
    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/.
    
    llvm-svn: 166505
    afaee3c3
Loading