This is an automated email from the ASF dual-hosted git repository. ccollins pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-mcumgr.git
commit 02164de9691578ba653a5a7d3952f62e62599af9 Author: Sebastian Bøe <[email protected]> AuthorDate: Mon Feb 12 12:32:37 2018 +0100 mcumgr: Minor refactor to increase readability horizontal alignment improves readability and diff-ability. Signed-off-by: Sebastian Bøe <[email protected]> --- CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a88725a..4225f3e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,4 +9,8 @@ add_subdirectory(smp) zephyr_library_link_libraries(MCUMGR) -target_link_libraries(MCUMGR INTERFACE zephyr_interface BASE64 TINYCBOR) +target_link_libraries(MCUMGR INTERFACE + zephyr_interface + BASE64 + TINYCBOR + ) -- To stop receiving notification emails like this one, please contact [email protected].
