mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
git-svn-id: svn://136.177.114.72/svn_GW/phreeqc/trunk@9689 1feff8c3-07ed-0310-ac33-dd36852eb9cd
11 lines
173 B
CMake
11 lines
173 B
CMake
add_subdirectory(excel)
|
|
add_subdirectory(python)
|
|
|
|
SET(COM_Files
|
|
README.txt
|
|
)
|
|
|
|
SET(COM_Dir ${EXAMPLES_DIR}/com)
|
|
|
|
install(FILES ${COM_Files} DESTINATION ${COM_Dir})
|