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++',
|
'c++',
|
||||||
'-I','.',
|
'-I','.',
|
||||||
'-I','imgui',
|
'-I','imgui',
|
||||||
'-I','glm/glm',
|
'-I','glm',
|
||||||
'-I','/usr/include/SDL2'
|
'-I','/usr/include/SDL2' ,
|
||||||
|
'-D','GLM_ENABLE_EXPERIMENTAL',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue