iphreeqc/CMakeLists.txt
Darth Vader ce6d37c593 Squashed 'examples/com/' changes from a68a1861..3ed6cb65
3ed6cb65 Updated for phreeqc changes Introduce end-of-line normalization for CMakeLists.txt

git-subtree-dir: examples/com
git-subtree-split: 3ed6cb654ab872b3a516d8414c0f21a2e3e584e5
2023-05-29 03:21:02 +00: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})