]> granicus.if.org Git - clang/commit
Add hack to CMakeLists.txt so that StaticAnalyzer libraries find their corresponding...
authorTed Kremenek <kremenek@apple.com>
Thu, 10 Feb 2011 01:03:09 +0000 (01:03 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 10 Feb 2011 01:03:09 +0000 (01:03 +0000)
commitb26bd7426dd102273be190bf6fb13f7533838154
treeaa4315a6bf99c34c74498ef5fd65520f45bc630b
parent9b663716449b618ba0390b1dbebc54fa8e971124
Add hack to CMakeLists.txt so that StaticAnalyzer libraries find their corresponding headers.

This is a hack because we really should only search in the 'include/clang/StaticAnalyzer' directory
if we are in 'lib/StaticAnalyzer'.  My CMake knowledge is limited, so I appeal to anyone with
more expertise.

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