mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
git-svn-id: svn://136.177.114.72/svn_GW/phreeqc/trunk@9689 1feff8c3-07ed-0310-ac33-dd36852eb9cd
15 lines
202 B
CMake
15 lines
202 B
CMake
SET(Python_Files
|
|
Gypsum.py
|
|
parallel_advect.py
|
|
phreeqc.dat
|
|
pitzer.dat
|
|
wateq4f.dat
|
|
)
|
|
|
|
SET(Python_Dir ${EXAMPLES_DIR}/com/python)
|
|
|
|
install(FILES ${Python_Files} DESTINATION ${Python_Dir})
|
|
|
|
|
|
|