From ff697de8d2b22c7ad5ff536f7cc729773ef1f7c6 Mon Sep 17 00:00:00 2001 From: postables Date: Mon, 3 Aug 2020 00:38:53 -0700 Subject: [PATCH] cmake: cleanup main cmake file --- CMakeLists.txt | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f614d83..bc0f909c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -102,6 +102,9 @@ include(cmake/libraries/tinycbor.cmake) include(cmake/libraries/peerstore.cmake) +# cli # + +include(cmake/libraries/cli.cmake) # testutils # @@ -113,13 +116,6 @@ include(cmake/thirdparty/argtable3.cmake) include(cmake/thirdparty/logger.cmake) include(cmake/thirdparty/thread_pool.cmake) -# cli # - -include(cmake/libraries/cli.cmake) - -# argtable3 # - -include(cmake/thirdparty/argtable3.cmake) ######################### # END COMPILE LIBRARIES #