Commit b407a709 authored by nagayama15's avatar nagayama15

Merge branch 'update/libs' into 'master'

Update dependencies

See merge request !8
parents 4e9105a6 65e8fe4c
......@@ -13,12 +13,14 @@ if (NOT CMAKE_BUILD_TYPE)
endif (NOT CMAKE_BUILD_TYPE)
find_package(Threads REQUIRED)
find_package(Boost REQUIRED)
include(ExternalProject)
include(cmake/binaryen.cmake)
include(cmake/fmt.cmake)
include_directories(
${Boost_INCLUDE_DIR}
src
)
......
ExternalProject_Add(
binaryen
URL https://github.com/WebAssembly/binaryen/archive/91704fbae74fa7c89a017764eaa5ff03eda5ec0d.tar.gz
URL https://github.com/WebAssembly/binaryen/archive/1.38.32.tar.gz
PREFIX binaryen
INSTALL_COMMAND ""
TEST_COMMAND ""
......
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