Always use static libraries for opm libs and NRlib

This commit is contained in:
Magne Sjaastad
2016-06-05 18:45:53 +02:00
parent 94bf950278
commit 1c044da54a
4 changed files with 18 additions and 17 deletions
+1
View File
@@ -28,6 +28,7 @@ file ( GLOB NRLIB_WELL_SRC
)
add_library( ${PROJECT_NAME}
STATIC
${NRLIB_IOTOOLS_SRC}
${NRLIB_WELL_SRC}
)