iphreeqc/examples/com/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

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