mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-04 22:13:01 -05:00
changed: reuse objects if building python inline
This commit is contained in:
@@ -4,8 +4,8 @@ set_target_properties( simulators PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${PROJECT_
|
||||
|
||||
target_sources(simulators
|
||||
PRIVATE
|
||||
../../opm/simulators/utils/moduleVersion.cpp
|
||||
../../flow/flow_ebos_blackoil.cpp)
|
||||
$<TARGET_OBJECTS:moduleVersion>
|
||||
$<TARGET_OBJECTS:flow_libblackoil>)
|
||||
|
||||
target_link_libraries( simulators PRIVATE opmsimulators )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user