🔧 Replaced gtest with catch2

This commit is contained in:
2018-12-15 12:18:07 +01:00
parent e83556ae74
commit cc0d44a01d
3 changed files with 23 additions and 22 deletions

View File

@ -13,7 +13,10 @@
# possible settings.
#-------------------------------------------------------
cmake_minimum_required(VERSION 3.0)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
set(CMAKE_CXX_STANDARD 11)
project(moFileReader)
# Let the user choose between static lib and dll