iphreeqc/python/CMakeLists.txt
Scott R Charlton 580f0718ba added examples to CMake build
git-svn-id: svn://136.177.114.72/svn_GW/phreeqc/trunk@9689 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2015-05-20 06:35:04 +00:00

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