mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
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:
parent
2eed7e6096
commit
34a58d8e99
1
CMakeLists.txt
Normal file
1
CMakeLists.txt
Normal file
@ -0,0 +1 @@
|
||||
add_subdirectory(advect)
|
||||
12
advect/CMakeLists.txt
Normal file
12
advect/CMakeLists.txt
Normal 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})
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user