add CMakeLists.txt

This commit is contained in:
Alexey Syrnikov 2015-08-21 02:25:14 +03:00
parent 1dd0d4c61a
commit 4c5728186a
1 changed files with 5 additions and 0 deletions

5
CMakeLists.txt Normal file
View File

@ -0,0 +1,5 @@
project(Catch)
cmake_minimum_required(VERSION 2.8)
install( FILES single_include/catch.hpp
DESTINATION include )