Skip to content

Commit

Permalink
sublime project file updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wjwwood committed Jan 13, 2018
1 parent 235a5f7 commit 764fab8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions serial.sublime-project
Expand Up @@ -11,14 +11,12 @@
{
"sublimeclang_options":
[
"-I/usr/include",
"-I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1",
"-I/usr/local/include",
"-I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/9.0.0/include",
"-I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include",
"-I/usr/include",
"-I${folder:${project_path:serial.sublime-project}}/include",
"-I/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1",
"-I/usr/local/include",
"-I/Library/Developer/CommandLineTools/usr/bin/../lib/clang/6.1.0/include",
"-I/Library/Developer/CommandLineTools/usr/include",
"-I/usr/include"
]
}
}

0 comments on commit 764fab8

Please sign in to comment.