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
@@ -6,4 +6,4 @@ SET ( SRCS
mathlib.cc
main.cc
)
ADD_LIBRARY ( mathlib STATIC mathlib.cc mathlib.h)
ADD_LIBRARY ( mathlib SHARED mathlib.cc mathlib.h)