Build - Moved all 3rd party stuff to a subdirectory
This commit is contained in:
parent
5027d91782
commit
1225e1b8a7
9 changed files with 18 additions and 16 deletions
.vim.local
|
@ -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',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue