Fixed C++ syntax plugin config

This commit is contained in:
Emmanuel BENOîT 2017-10-02 09:29:05 +02:00
parent 8264663ec8
commit 2318cf5871

View file

@ -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',
]