Mgfractal: Add 3D and 4D fractals
[oweals/minetest.git] / src / cguittfont / CMakeLists.txt
index 21448ecb81661055552367aabfde6d560e89b201..6cd35f310fa36527b379c1863e12548adb8aada8 100644 (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
@@ -27,3 +27,4 @@ target_link_libraries(
        ${FREETYPE_LIBRARY}
        ${ZLIB_LIBRARIES}  # needed by freetype, repeated here for safety
        )
+