added some comments to CMakeLists.txt

This commit is contained in:
Kjistóf 2016-10-29 11:47:39 +02:00
parent 6d1245bf0b
commit 2e05bcb2e6

View File

@ -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)