OSDN Git Service

Fix header path in CMake. NFC.
authorPete Cooper <peter_cooper@apple.com>
Fri, 19 Jun 2015 20:49:02 +0000 (20:49 +0000)
committerPete Cooper <peter_cooper@apple.com>
Fri, 19 Jun 2015 20:49:02 +0000 (20:49 +0000)
commitec435357665e2991f30e1b65d9d3e95700aa5365
treefccc94e5b6f2144c32d803a1d4b469a9ba030102
parentdc6d65201dc995bdb00b76a548d9463642be7a5c
Fix header path in CMake.  NFC.

The ADDITIONAL_HEADER_DIRS command can be used to tell UIs that a given library
owns certain headers.  The path for MCParser was missing MC/ in it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240175 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCParser/CMakeLists.txt