mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Always use static libraries for opm libs and NRlib
This commit is contained in:
parent
94bf950278
commit
1c044da54a
1
ThirdParty/NRLib/CMakeLists.txt
vendored
1
ThirdParty/NRLib/CMakeLists.txt
vendored
@ -28,6 +28,7 @@ file ( GLOB NRLIB_WELL_SRC
|
|||||||
)
|
)
|
||||||
|
|
||||||
add_library( ${PROJECT_NAME}
|
add_library( ${PROJECT_NAME}
|
||||||
|
STATIC
|
||||||
${NRLIB_IOTOOLS_SRC}
|
${NRLIB_IOTOOLS_SRC}
|
||||||
${NRLIB_WELL_SRC}
|
${NRLIB_WELL_SRC}
|
||||||
)
|
)
|
||||||
|
2
ThirdParty/custom-opm-common/CMakeLists.txt
vendored
2
ThirdParty/custom-opm-common/CMakeLists.txt
vendored
@ -20,8 +20,8 @@ list (APPEND MAIN_SOURCE_FILES
|
|||||||
opm-common/opm/common/OpmLog/TimerLog.cpp
|
opm-common/opm/common/OpmLog/TimerLog.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
add_library( ${PROJECT_NAME}
|
add_library( ${PROJECT_NAME}
|
||||||
|
STATIC
|
||||||
${MAIN_SOURCE_FILES}
|
${MAIN_SOURCE_FILES}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
3
ThirdParty/custom-opm-parser/CMakeLists.txt
vendored
3
ThirdParty/custom-opm-parser/CMakeLists.txt
vendored
@ -321,9 +321,8 @@ generated-source/ParserKeywords3.cpp
|
|||||||
)
|
)
|
||||||
|
|
||||||
add_library(${PROJECT_NAME}
|
add_library(${PROJECT_NAME}
|
||||||
|
STATIC
|
||||||
${incl_path}
|
${incl_path}
|
||||||
|
|
||||||
${opm_parser_generated_source_files}
|
${opm_parser_generated_source_files}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
1
ThirdParty/custom-opmjson/CMakeLists.txt
vendored
1
ThirdParty/custom-opmjson/CMakeLists.txt
vendored
@ -13,6 +13,7 @@ list (APPEND MAIN_SOURCE_FILES
|
|||||||
)
|
)
|
||||||
|
|
||||||
add_library( ${PROJECT_NAME}
|
add_library( ${PROJECT_NAME}
|
||||||
|
STATIC
|
||||||
${MAIN_SOURCE_FILES}
|
${MAIN_SOURCE_FILES}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user