iphreeqc/examples/com/python/CMakeLists.txt
Charlton, Scott R 90a6449de8 Updated for phreeqc changes
Introduce end-of-line normalization for CMakeLists.txt
2023-05-28 20:14:57 -06:00

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})