mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
Updated for phreeqc changes
Introduce end-of-line normalization for CMakeLists.txt
This commit is contained in:
parent
1cce150314
commit
e007a52c1d
@ -1,10 +1,10 @@
|
||||
add_subdirectory(excel)
|
||||
add_subdirectory(python)
|
||||
|
||||
SET(COM_Files
|
||||
README.txt
|
||||
)
|
||||
|
||||
SET(COM_Dir ${EXAMPLES_DIR}/com)
|
||||
|
||||
install(FILES ${COM_Files} DESTINATION ${COM_Dir})
|
||||
add_subdirectory(excel)
|
||||
add_subdirectory(python)
|
||||
|
||||
SET(COM_Files
|
||||
README.txt
|
||||
)
|
||||
|
||||
SET(COM_Dir ${EXAMPLES_DIR}/com)
|
||||
|
||||
install(FILES ${COM_Files} DESTINATION ${COM_Dir})
|
||||
|
||||
@ -1,12 +1,9 @@
|
||||
SET(Excel_Files
|
||||
phreeqc.dat
|
||||
runphreeqc.xls
|
||||
withcallback.xls
|
||||
)
|
||||
|
||||
SET(Excel_Dir ${EXAMPLES_DIR}/com/excel)
|
||||
|
||||
install(FILES ${Excel_Files} DESTINATION ${Excel_Dir})
|
||||
|
||||
|
||||
|
||||
SET(Excel_Files
|
||||
phreeqc.dat
|
||||
runphreeqc.xls
|
||||
withcallback.xls
|
||||
)
|
||||
|
||||
SET(Excel_Dir ${EXAMPLES_DIR}/com/excel)
|
||||
|
||||
install(FILES ${Excel_Files} DESTINATION ${Excel_Dir})
|
||||
|
||||
@ -1,14 +1,11 @@
|
||||
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})
|
||||
|
||||
|
||||
|
||||
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})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user