From 2e05bcb2e6bda63ddb1a03d707929fb219a720b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjist=C3=B3f?= Date: Sat, 29 Oct 2016 11:47:39 +0200 Subject: [PATCH] added some comments to CMakeLists.txt --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3734daa..640a0e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,7 @@ +# This CMakeLists.txt checks the system for the Google Test framework. +# In case GTest is not found, the manual test cases are used in manualtest.cpp +# instead of the cool unit tests in test.cpp + cmake_minimum_required(VERSION 3.6) project(cpp11NHF1_refcountedString)