Merge branch 'next' of gitlab.com:voxelands/voxelands into next

This commit is contained in:
darkrose 2016-01-28 02:03:08 +10:00
commit f4f0556a06
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Do not add CGUITTFont.cpp to the line below.
# xCGUITTFont.cpp is a wrapper file that includes
# additional required headers.
add_library(cguittfont xCGUITTFont.cpp)
add_library(cguittfont STATIC xCGUITTFont.cpp)
if(FREETYPE_PKGCONFIG_FOUND)
set_target_properties(cguittfont