Fixed Freetype not being linked to Utility
Former-commit-id: 4bbfced926430defe35d6ef800954cdb0f2f6c2a
This commit is contained in:
parent
4a4b4e0fda
commit
a89adfe551
|
|
@ -10,6 +10,8 @@ files
|
||||||
"../src/Nazara/Utility/**.cpp"
|
"../src/Nazara/Utility/**.cpp"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
links "freetype-s"
|
||||||
|
|
||||||
if (os.is("windows")) then
|
if (os.is("windows")) then
|
||||||
excludes { "../src/Nazara/Utility/Posix/*.hpp", "../src/Nazara/Utility/Posix/*.cpp" }
|
excludes { "../src/Nazara/Utility/Posix/*.hpp", "../src/Nazara/Utility/Posix/*.cpp" }
|
||||||
links "gdi32"
|
links "gdi32"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue