-
Notifications
You must be signed in to change notification settings - Fork 25
Description
"include_options":
[
// "-isystem", "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include",
// "-isystem", "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/",
// "-isystem", "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1",
// "-F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/",
// "-isystem", "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1",
"-isystem", "/usr/include",
"-isystem", "/usr/include/c++/*",
"-isystem", "/usr/local/opt/llvm/include",
"-isystem", "/Library/Developer/CommandLineTools/usr/include",
"-isystem", "/Library/Developer/CommandLineTools/usr/include/c++/v1",
"-isystem", "/usr/local/opt/llvm/lib"
"-isystem", "/usr/include/c++/4.2.1"
"-isystem", "/usr/local/opt/llvm/include/c++/v1"
"-Wall"
],
我的c++库都包含进去了,但还是找不到库。
