aboutsummaryrefslogtreecommitdiff
path: root/tools/CMakeLists.txt
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@lavabit.com>2009-05-09 16:12:56 +0200
committerLars-Dominik Braun <PromyLOPh@lavabit.com>2009-05-09 16:12:56 +0200
commitc2eb7f94f7d558853aeb6cff1bb0631f1771a190 (patch)
treed4234b20bdd1f6c945c5cc86fa98392cf5da7c34 /tools/CMakeLists.txt
parent619beb63a1748cd9ece96260bfb2e9484e52cb67 (diff)
downloadmpiosh-c2eb7f94f7d558853aeb6cff1bb0631f1771a190.tar.gz
mpiosh-c2eb7f94f7d558853aeb6cff1bb0631f1771a190.tar.bz2
mpiosh-c2eb7f94f7d558853aeb6cff1bb0631f1771a190.zip
Build logotool
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)
+