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 2eed7e6096
commit 34a58d8e99
2 changed files with 13 additions and 0 deletions

1
CMakeLists.txt Normal file
View File

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

12
advect/CMakeLists.txt Normal file
View File

@ -0,0 +1,12 @@
SET(C_Advect_Files
advect.c
ic
phreeqc.dat
)
SET(C_Advect_Dir ${EXAMPLES_DIR}/cpp/advect)
install(FILES ${C_Advect_Files} DESTINATION ${C_Advect_Dir})