From 454110e1b17214b220317704f092bd3587b88a9d Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 9 May 2009 13:08:34 +0200 Subject: Switch to cmake "Works for now..." --- CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..4149b10 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,7 @@ +cmake_minimum_required (VERSION 2.4) + +set (PACKAGE mpiotools) +project (${PACKAGE} C) + +add_subdirectory (libmpio) +add_subdirectory (mpiosh) -- cgit v1.2.3