OK, we should only point to PROJECT_DIR/include for the header search paths since the includes specify lldb/API/etc. This is temporary until the final install location is decided upon for the headers.

llvm-svn: 105707
This commit is contained in:
Christopher Friesen 2010-06-09 07:57:59 +00:00
parent 59817b1d56
commit f2d015d110
1 changed files with 1 additions and 1 deletions

View File

@ -2925,7 +2925,7 @@
GCC_OPTIMIZATION_LEVEL = 0;
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_VERSION = 4.2;
HEADER_SEARCH_PATHS = "${PROJECT_DIR}/include/lldb/API/**";
HEADER_SEARCH_PATHS = "${PROJECT_DIR}/include";
INFOPLIST_FILE = "lldb-Info.plist";
INSTALL_PATH = /Developer/usr/bin;
LIBRARY_SEARCH_PATHS = "$(inherited)";