mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
changed IPhreeqc.f90.inc to use IPhreeqc git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@9701 1feff8c3-07ed-0310-ac33-dd36852eb9cd
11 lines
205 B
CMake
11 lines
205 B
CMake
if (WIN32)
|
|
SET(EXAMPLES_DIR examples)
|
|
else()
|
|
SET(EXAMPLES_DIR ${CMAKE_INSTALL_DOCDIR}/examples)
|
|
endif()
|
|
|
|
add_subdirectory(c)
|
|
add_subdirectory(com)
|
|
add_subdirectory(cpp)
|
|
add_subdirectory(fortran)
|