From b5b8de1b3005ff6c6e3659d32b851a85f6671d88 Mon Sep 17 00:00:00 2001 From: Niklas Halle Date: Sun, 23 Aug 2020 17:40:25 +0200 Subject: added some helper functions and a nice enum for annotation handling, as well as an more complex reply example (multi annotaion, link annotation --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 53d1f7e..aeecbf3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,9 +14,12 @@ ENDIF () add_executable(${PROJECT_NAME} # Headers + include/AnnotationTypes.hpp + include/Enum2String.hpp # Sources src/main.cpp + src/Enum2String.cpp ) target_include_directories(${PROJECT_NAME} -- cgit v1.2.3-54-g00ecf