From 4c65baa7b6e0a85635f8028a5ff9979b870d7be0 Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 7 Aug 2019 11:03:58 +0200 Subject: Refactoring umosapi service --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d2a615..b4a15ed 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 config.cpp umosapi.h config.h shared.h) +add_executable(umosapi main.cpp config.cpp api/umosapi.cpp api/umosapi.h config.h shared.h) set_property(TARGET umosapi PROPERTY CXX_STANDARD 17) -- cgit v1.2.1