added examples to CMake build

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc/trunk@9689 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2015-05-20 06:35:04 +00:00
parent b80a4b60ac
commit 3eecfe4a5a
2 changed files with 10 additions and 0 deletions

1
CMakeLists.txt Normal file
View File

@ -0,0 +1 @@
add_subdirectory(advect)

9
advect/CMakeLists.txt Normal file
View File

@ -0,0 +1,9 @@
SET(FORTRAN_Advect_Files
advect.f90
ic
phreeqc.dat
)
SET(FORTRAN_Advect_Dir ${EXAMPLES_DIR}/fortran/advect)
install(FILES ${FORTRAN_Advect_Files} DESTINATION ${FORTRAN_Advect_Dir})