Fixed Freetype not being linked to Utility

Former-commit-id: 4bbfced926430defe35d6ef800954cdb0f2f6c2a
This commit is contained in:
Lynix 2015-01-17 19:41:38 +01:00
parent 4a4b4e0fda
commit a89adfe551
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ files
"../src/Nazara/Utility/**.cpp"
}
links "freetype-s"
if (os.is("windows")) then
excludes { "../src/Nazara/Utility/Posix/*.hpp", "../src/Nazara/Utility/Posix/*.cpp" }
links "gdi32"