Skip to content

Instantly share code, notes, and snippets.

@nikolaykasyanov
Created June 26, 2012 18:17
Show Gist options
  • Save nikolaykasyanov/2997691 to your computer and use it in GitHub Desktop.
Save nikolaykasyanov/2997691 to your computer and use it in GitHub Desktop.
SublimeClang project for OpenMW
{
"folders":
[
{
"path": "../openmw"
}
],
"settings":
{
"sublimeclang_options":
[
// local paths
"-I${folder:${project_path:CMakeLists.txt}}/libs",
"-I${folder:${project_path:CMakeLists.txt}}",
// global paths
"-I/usr/local/include/bullet",
"-I/usr/local/include/MYGUI",
"-I/Library/Frameworks/Ogre.framework/Headers",
"-I/Library/Frameworks/OIS.framework/Headers",
"-I/usr/local/include/QtGui",
"-I/usr/local/include/QtCore",
// OS X specific
"-I/System/Library/Frameworks/CoreServices.framework/Headers",
"-I/System/Library/Frameworks/Carbon.framework/Headers"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment