Renamed project
This commit is contained in:
parent
b21f851fc8
commit
2f2a84d586
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
"folders":
|
"folders":
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"path": "/Users/joshua/Documents/Code/OnlineBeats"
|
"path": "/Users/joshua/Documents/Code/beats-server"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
"sublimeclang_options":
|
"sublimeclang_options":
|
||||||
[
|
[
|
||||||
"-isystem/Users/joshua/Documents/Code/libcxx/include/",
|
"-isystem/Users/joshua/Documents/Code/libcxx/include/",
|
||||||
"-isystem${folder:${project_path:OnlineBeats.sublime-project}}/contrib/libwebsockets/",
|
"-isystem${folder:${project_path:beats-server.sublime-project}}/contrib/libwebsockets/",
|
||||||
"-Wall",
|
"-Wall",
|
||||||
"-std=c++11",
|
"-std=c++11",
|
||||||
"-stdlib=libc++"
|
"-stdlib=libc++"
|
Reference in a new issue