1
0
Fork 0
mirror of https://github.com/gwm17/Specter.git synced 2024-11-23 02:38:52 -05:00
Specter/navigator.sublime-project

12 lines
186 B
Plaintext
Raw Normal View History

2021-12-18 16:29:07 -05:00
{
"folders":
[
{
"path": "."
}
],
"settings":
{
"SublimeLinter.linters.g++.args": ["-c","-Wall","-fsyntax-only","-std=c++17","-include${folder}/src/navpch.h","-Isrc/"]
}
}