mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
12 lines
185 B
CMake
12 lines
185 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})
|