Scott Charlton 2019-12-02 09:30:18 -07:00
parent f3c1fcabb5
commit 7a2e206ec3
3 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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