diff options
author | neodarz <neodarz@neodarz.net> | 2019-08-07 10:40:36 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-08-07 10:40:36 +0200 |
commit | 7dc4e5bfc85474700b3731fc06e48a0e5c1d387b (patch) | |
tree | e8f940b7334062d78f992d4a0cb3eab684f10502 /CMakeLists.txt | |
parent | 2cb04d30c6552ac394278ca3dda5b7246d0f16b8 (diff) | |
download | umosapicpp-7dc4e5bfc85474700b3731fc06e48a0e5c1d387b.tar.xz umosapicpp-7dc4e5bfc85474700b3731fc06e48a0e5c1d387b.zip |
Refactoring loader configuration
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 0cb0693..0d2a615 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 umosapi.h shared.h) +add_executable(umosapi umosapi.cpp config.cpp umosapi.h config.h shared.h) set_property(TARGET umosapi PROPERTY CXX_STANDARD 17) |