mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-17 11:12:25 +01:00
add CMakeLists.txt
This commit is contained in:
parent
1dd0d4c61a
commit
4c5728186a
5
CMakeLists.txt
Normal file
5
CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
project(Catch)
|
||||||
|
cmake_minimum_required(VERSION 2.8)
|
||||||
|
|
||||||
|
install( FILES single_include/catch.hpp
|
||||||
|
DESTINATION include )
|
Loading…
Reference in New Issue
Block a user