mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
This commit is contained in:
parent
f3c1fcabb5
commit
7a2e206ec3
@ -1,6 +1,10 @@
|
||||
# project
|
||||
project(example_advect_c C)
|
||||
|
||||
configure_file(phreeqc.dat phreeqc.dat COPYONLY)
|
||||
|
||||
configure_file(ic ic COPYONLY)
|
||||
|
||||
# files
|
||||
SET(C_Advect_Files
|
||||
advect.c
|
||||
|
||||
@ -1,6 +1,10 @@
|
||||
# project
|
||||
project(example_advect_cpp CXX)
|
||||
|
||||
configure_file(phreeqc.dat phreeqc.dat COPYONLY)
|
||||
|
||||
configure_file(ic ic COPYONLY)
|
||||
|
||||
# files
|
||||
SET(CPP_Advect_Files
|
||||
advect.cpp
|
||||
|
||||
@ -1,6 +1,10 @@
|
||||
# project
|
||||
if (IPHREEQC_FORTRAN_TESTING AND IPHREEQC_ENABLE_MODULE)
|
||||
project(example_advect_f90 Fortran)
|
||||
|
||||
configure_file(phreeqc.dat phreeqc.dat COPYONLY)
|
||||
|
||||
configure_file(ic ic COPYONLY)
|
||||
endif()
|
||||
|
||||
# files
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user