From 4c5728186aa2d0df248186283d7a98a195d75a8d Mon Sep 17 00:00:00 2001 From: Alexey Syrnikov Date: Fri, 21 Aug 2015 02:25:14 +0300 Subject: [PATCH] add CMakeLists.txt --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 00000000..35ec0791 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,5 @@ +project(Catch) +cmake_minimum_required(VERSION 2.8) + +install( FILES single_include/catch.hpp + DESTINATION include )