Added Catch2 tests, moved Age-class to own library

This commit is contained in:
Michael Mandl 2018-11-24 19:55:16 +01:00
parent d1d635bd95
commit a2b85eba83
15 changed files with 79 additions and 4 deletions

View file

@ -41,6 +41,7 @@ target_include_directories(${PROJECT_NAME}
target_link_libraries(${PROJECT_NAME}
PRIVATE
Age
Qt5::Widgets
${Protobuf_LIBRARIES}
)

View file

@ -1,6 +1,6 @@
#pragma once
#include "../Age.h"
#include "Age.h"
#include "MetaDataModel.pb.h"