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