Build - Moved all 3rd party stuff to a subdirectory

This commit is contained in:
Emmanuel BENOîT 2017-11-22 08:59:06 +01:00
parent 5027d91782
commit 1225e1b8a7
9 changed files with 18 additions and 16 deletions

View file

@ -46,10 +46,10 @@ flags = [
'c++',
'-I','.',
'-I','build',
'-I','IconFontCppHeaders',
'-I','imgui',
'-I','glm',
'-I','ebcl/include',
'-I','3rdparty/icon-font-headers',
'-I','3rdparty/imgui',
'-I','3rdparty/glm',
'-I','3rdparty/ebcl/include',
'-I','/usr/include/SDL2' ,
'-D','GLM_ENABLE_EXPERIMENTAL',
]