From 313dfa393b8444831cb6b7c7932cce3ce090f05c Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sun, 25 Mar 2012 01:46:48 +0100 Subject: CMakeLists --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..b3f663b --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,6 @@ +cmake_minimum_required (VERSION 2.8) + +project (Mjolnir C) +add_executable (mjolnir mjolnir.c) +target_link_libraries (mjolnir m) +install (TARGETS mjolnir RUNTIME DESTINATION bin) -- cgit v1.2.3