aboutsummaryrefslogtreecommitdiff
path: root/tools/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/CMakeLists.txt')
-rw-r--r--tools/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
new file mode 100644
index 0000000..fe1224c
--- /dev/null
+++ b/tools/CMakeLists.txt
@@ -0,0 +1,4 @@
+set (CMAKE_C_FLAGS -Wall)
+
+add_executable (mpiologo mpiologo.c)
+