Refactoring Cmake

cleaning up the Cmake code
This commit is contained in:
Simon De Backer
2020-12-13 00:40:43 +01:00
parent d2fb0d8ad1
commit c88d1ef6bb
16 changed files with 1053 additions and 977 deletions

View File

@@ -19,8 +19,8 @@ cmake_minimum_required(VERSION 3.5)
message(".____________________________________________________________________")
project(unittests LANGUAGES CXX)
message(". PROJECT_NAME: " ${PROJECT_NAME})
message(". PROJECT_SOURCE_DIR: " ${PROJECT_SOURCE_DIR})
message(". PROJECT_NAME :" ${PROJECT_NAME})
message(". PROJECT_SOURCE_DIR :" ${PROJECT_SOURCE_DIR})
# Add sub directories
message(". Add sub directorie catch")