added some comments to CMakeLists.txt
This commit is contained in:
parent
6d1245bf0b
commit
2e05bcb2e6
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user