未验证 提交 88d250f1 编写于 作者: W wanderingbort 提交者: GitHub

Merge pull request #1422 from EOSIO/add_clang_cmake

Add a find_package(Clang) for abi_generator
# Find an installed build of LLVM
find_package(LLVM 4.0 REQUIRED CONFIG)
find_package(Clang)
set( CMAKE_CXX_STANDARD 14 )
file(GLOB HEADERS "include/eosio/abi_generator/*.hpp")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册