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 )