Compile libmlpack.so not libmlpack.a.

This commit is contained in:
Ryan Curtin
2011-12-14 12:16:49 +00:00
parent 435ef442b1
commit e7d39b4e92
+1 -1
View File
@@ -15,7 +15,7 @@ foreach(dir ${DIRS})
endforeach()
# MLPACK_SRCS is set in the subdirectories.
add_library(mlpack ${MLPACK_SRCS})
add_library(mlpack SHARED ${MLPACK_SRCS})
target_link_libraries(mlpack
armadillo
lapack