From 7bc35f9268522474753e37325ba12f1bf7134c5a Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 6 Aug 2019 13:34:33 +0200 Subject: Separate interface from implementation for UmosapiService --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8239925..0cb0693 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ endif(NOT JSONC_FOUND) #add_executable(umosapi test.cpp) -add_executable(umosapi umosapi.cpp shared.h) +add_executable(umosapi umosapi.cpp umosapi.h shared.h) set_property(TARGET umosapi PROPERTY CXX_STANDARD 17) -- cgit v1.2.1