Fixed C++ syntax plugin config
This commit is contained in:
parent
8264663ec8
commit
2318cf5871
1 changed files with 3 additions and 2 deletions
|
@ -46,8 +46,9 @@ flags = [
|
|||
'c++',
|
||||
'-I','.',
|
||||
'-I','imgui',
|
||||
'-I','glm/glm',
|
||||
'-I','/usr/include/SDL2'
|
||||
'-I','glm',
|
||||
'-I','/usr/include/SDL2' ,
|
||||
'-D','GLM_ENABLE_EXPERIMENTAL',
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue