Skip to content

Commit

Permalink
cmake: cleanup main cmake file
Browse files Browse the repository at this point in the history
  • Loading branch information
postables committed Aug 3, 2020
1 parent 4365a80 commit ff697de
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ include(cmake/libraries/tinycbor.cmake)

include(cmake/libraries/peerstore.cmake)

# cli #

include(cmake/libraries/cli.cmake)

# testutils #

Expand All @@ -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 #
Expand Down

0 comments on commit ff697de

Please sign in to comment.