Commit 2d807238 authored by nagayama15's avatar nagayama15

📥 Add Boost dependency

parent 4e9105a6
...@@ -13,12 +13,14 @@ if (NOT CMAKE_BUILD_TYPE) ...@@ -13,12 +13,14 @@ if (NOT CMAKE_BUILD_TYPE)
endif (NOT CMAKE_BUILD_TYPE) endif (NOT CMAKE_BUILD_TYPE)
find_package(Threads REQUIRED) find_package(Threads REQUIRED)
find_package(Boost REQUIRED)
include(ExternalProject) include(ExternalProject)
include(cmake/binaryen.cmake) include(cmake/binaryen.cmake)
include(cmake/fmt.cmake) include(cmake/fmt.cmake)
include_directories( include_directories(
${Boost_INCLUDE_DIR}
src src
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment