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
+1 -1
View File
@@ -17,5 +17,5 @@ SET_TARGET_PROPERTIES ( ${PROJECT_EXECUTABLES} PROPERTIES
SUBDIRS (tests)
ADD_LIBRARY ( coll2d STATIC ${COLL2D_SRCS} )
ADD_LIBRARY ( coll2d SHARED ${COLL2D_SRCS} )