We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89168a7 commit d8975eaCopy full SHA for d8975ea
src/cguittfont/CMakeLists.txt
@@ -2,7 +2,7 @@
2
# Do not add CGUITTFont.cpp to the line below.
3
# xCGUITTFont.cpp is a wrapper file that includes
4
# additional required headers.
5
-add_library(cguittfont xCGUITTFont.cpp)
+add_library(cguittfont STATIC xCGUITTFont.cpp)
6
7
if(FREETYPE_PKGCONFIG_FOUND)
8
set_target_properties(cguittfont
0 commit comments