diff options
author | neodarz <neodarz@neodarz.net> | 2019-08-07 11:03:58 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-08-07 11:03:58 +0200 |
commit | 4c65baa7b6e0a85635f8028a5ff9979b870d7be0 (patch) | |
tree | 01a285bb270ada1363ca56c00538ef8b56c5e821 /CMakeLists.txt | |
parent | 7dc4e5bfc85474700b3731fc06e48a0e5c1d387b (diff) | |
download | umosapicpp-4c65baa7b6e0a85635f8028a5ff9979b870d7be0.tar.xz umosapicpp-4c65baa7b6e0a85635f8028a5ff9979b870d7be0.zip |
Refactoring umosapi service
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |