aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
blob: 4149b10c5c912a7eac972c71e62d6b8ef7e32ad7 (plain)
1
2
3
4
5
6
7
cmake_minimum_required (VERSION 2.4)

set (PACKAGE mpiotools)
project (${PACKAGE} C)

add_subdirectory (libmpio)
add_subdirectory (mpiosh)