Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
number parser work
close #33
  • Loading branch information
madmongo1 authored and vinniefalco committed Jan 14, 2020
commit 5aae31dc74d055d84a7f13e438d80cdf6005c670
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