Skip to content
Closed
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,11 @@ else()
PUBLIC
Boost::system
)
option(BUILD_TESTING "Build the tests" ON)
if (BUILD_TESTING)
add_subdirectory(bench)
add_subdirectory(example)
add_subdirectory(test)
endif()

endif()
Loading