iphreeqc/CMakeLists.txt
Scott R Charlton 580f0718ba added examples to CMake build
git-svn-id: svn://136.177.114.72/svn_GW/phreeqc/trunk@9689 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2015-05-20 06:35:04 +00:00

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