Check single-header using test examples

This means that examples build for all matrix entries
This commit is contained in:
Martin Hořeňovský
2017-11-19 15:04:51 +01:00
parent 812bf21740
commit f36817ef83
3 changed files with 10 additions and 17 deletions

View File

@@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.0)
project(CatchSelfTest)
option(USE_VALGRIND "Perform SelfTests with Valgrind" OFF)
option(BUILD_EXAMPLES "Build documentation examples" OFF)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)