Add include directory for libxml on macOS
authorStephane Sezer <sas@cd80.net>
Wed, 22 Aug 2018 22:25:45 +0000 (22:25 +0000)
committerStephane Sezer <sas@cd80.net>
Wed, 22 Aug 2018 22:25:45 +0000 (22:25 +0000)
commita8accca4f598576cab06bd1917bbba59ec1513b9
tree7c7ffaec2a81ed9aeae5d7778bb52845b910aee0
parentc3e37b7538e7ff16f65d7ead4c54419ce21299a5
Add include directory for libxml on macOS

Summary:
Builds fail because libxml/xmlreader.h isn't found. Adding the include
directory to the include list fixes the issue. This is what we already do on
non-macOS platforms in the same file.

Reviewers: clayborg, xiaobai, lanza

Reviewed By: clayborg, lanza

Subscribers: mgorny

Differential Revision: https://reviews.llvm.org/D50918

llvm-svn: 340460
lldb/cmake/modules/LLDBConfig.cmake