mirror of
https://github.com/Poikilos/b3view.git
synced 2023-10-03 07:58:48 -07:00
See the previous commit. Fix the freetype dependency.
This commit is contained in:
parent
ff0ac8b279
commit
15b5e335d3
@ -13,9 +13,8 @@
|
|||||||
<Option type="1" />
|
<Option type="1" />
|
||||||
<Option compiler="gcc" />
|
<Option compiler="gcc" />
|
||||||
<Compiler>
|
<Compiler>
|
||||||
<Add option="-g" />
|
|
||||||
<Add option="-std=c++17" />
|
<Add option="-std=c++17" />
|
||||||
<Add directory="$(freetype)" />
|
<Add option="-g" />
|
||||||
</Compiler>
|
</Compiler>
|
||||||
<Linker>
|
<Linker>
|
||||||
<Add library="freetype" />
|
<Add library="freetype" />
|
||||||
@ -43,6 +42,7 @@
|
|||||||
<Add option="-Wall" />
|
<Add option="-Wall" />
|
||||||
<Add option="-std=c++11" />
|
<Add option="-std=c++11" />
|
||||||
<Add directory="$(#irrlicht.include)" />
|
<Add directory="$(#irrlicht.include)" />
|
||||||
|
<Add directory="$(#freetype.include)" />
|
||||||
</Compiler>
|
</Compiler>
|
||||||
<Linker>
|
<Linker>
|
||||||
<Add library="Irrlicht" />
|
<Add library="Irrlicht" />
|
||||||
@ -69,9 +69,6 @@
|
|||||||
<Unit filename="settings.cpp" />
|
<Unit filename="settings.cpp" />
|
||||||
<Unit filename="settings.h" />
|
<Unit filename="settings.h" />
|
||||||
<Extensions>
|
<Extensions>
|
||||||
<code_completion />
|
|
||||||
<envvars />
|
|
||||||
<debugger />
|
|
||||||
<lib_finder disable_auto="1">
|
<lib_finder disable_auto="1">
|
||||||
<lib name="freetype2" />
|
<lib name="freetype2" />
|
||||||
</lib_finder>
|
</lib_finder>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user