reenabled dynamic linking for linux build

This commit is contained in:
martin
2010-12-02 10:46:27 +01:00
parent 1a30c7583c
commit b622be72e8
3 changed files with 3 additions and 3 deletions
@@ -23,7 +23,7 @@ IF( WIN32 )
ADD_DEFINITIONS( -DOGLFT_BUILD )
ENDIF( WIN32 )
ADD_LIBRARY( oglft STATIC ${sources} )
ADD_LIBRARY( oglft SHARED ${sources} )
TARGET_LINK_LIBRARIES(
oglft
${FREETYPE2_LIBRARIES}