CMake Refactor and Github Actions Hook

This commit is contained in:
Michael Legleux
2022-01-05 07:36:56 -08:00
committed by GitHub
parent aa65d1669d
commit 2f0b3235ee
11 changed files with 105 additions and 104 deletions

6
CMake/deps/Boost.cmake Normal file
View File

@@ -0,0 +1,6 @@
set(Boost_USE_STATIC_LIBS ON)
set(Boost_USE_STATIC_RUNTIME ON)
find_package(Boost 1.75 COMPONENTS filesystem log_setup log thread system REQUIRED)
target_link_libraries(clio PUBLIC ${Boost_LIBRARIES})