mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-30 00:25:52 +00:00
CMake Refactor and Github Actions Hook
This commit is contained in:
6
CMake/deps/Boost.cmake
Normal file
6
CMake/deps/Boost.cmake
Normal 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})
|
||||
Reference in New Issue
Block a user