You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
340 B
21 lines
340 B
12 years ago
|
{
|
||
|
"folders":
|
||
|
[
|
||
|
{
|
||
12 years ago
|
"path": "/Users/joshua/Documents/Code/beats-server"
|
||
12 years ago
|
}
|
||
|
],
|
||
|
|
||
|
"settings":
|
||
|
{
|
||
|
"sublimeclang_options":
|
||
|
[
|
||
12 years ago
|
"-isystem/Users/joshua/Documents/Code/libcxx/include/",
|
||
12 years ago
|
"-isystem${folder:${project_path:beats-server.sublime-project}}/contrib/libwebsockets/",
|
||
12 years ago
|
"-Wall",
|
||
|
"-std=c++11",
|
||
|
"-stdlib=libc++"
|
||
12 years ago
|
]
|
||
|
}
|
||
|
}
|