Implement stuff

This commit is contained in:
ReinUsesLisp
2018-08-25 20:16:37 -03:00
parent 5cfa8aa6ab
commit 34d215d3d8
14 changed files with 747 additions and 13 deletions

View File

@@ -82,15 +82,6 @@ else()
endif()
endif()
# Include Boost
if (NOT TARGET boost)
if (NOT Boost_INCLUDE_DIRS)
find_package(Boost 1.57.0 REQUIRED)
endif()
add_library(boost INTERFACE)
target_include_directories(boost SYSTEM INTERFACE ${Boost_INCLUDE_DIRS})
endif()
# Enable unit-testing.
enable_testing(true)