Select Git revision
CMakeLists.txt.liboglft.patch
Forked from
einsteinathome / graphicsframework
165 commits behind the upstream repository.
-
Oliver Bock authoredOliver Bock authored
CMakeLists.txt.liboglft.patch 285 B
--- CMakeLists.txt
+++ CMakeLists.txt 2008-05-19 11:42:02.000000000 +0200
@@ -20,7 +20,7 @@
add_definitions( -DOGLFT_BUILD )
endif( WIN32 )
-add_library( oglft SHARED ${sources} )
+add_library( oglft STATIC ${sources} )
target_link_libraries(
oglft
${FREETYPE2_LIBRARIES}