mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-22 23:43:28 -06:00
changed: rename simulator main files
add _main to the file name. this in preparation for removing ebos in the simulator instance file names
This commit is contained in:
parent
a6eb7b65a1
commit
8f1b2507d7
@ -580,7 +580,7 @@ foreach(OBJ ${COMMON_MODELS} ${FLOW_MODELS} ${FLOW_VARIANT_MODELS})
|
||||
opm_add_test(flow_${OBJ}
|
||||
ONLY_COMPILE
|
||||
SOURCES
|
||||
flow/flow_${OBJ}.cpp
|
||||
flow/flow_${OBJ}_main.cpp
|
||||
$<TARGET_OBJECTS:moduleVersion>
|
||||
$<TARGET_OBJECTS:flow_lib${OBJ}>
|
||||
EXE_NAME flow_${OBJ}
|
||||
|
Loading…
Reference in New Issue
Block a user