mirror of https://github.com/status-im/evmc.git
CMake: Add toolchains support
This commit is contained in:
parent
e7caf901c6
commit
804a429ba5
|
@ -16,6 +16,7 @@ option(HUNTER_ENABLED "Enable Hunter package manager support" "${EVMC_TESTING}")
|
|||
include(cmake/cable/bootstrap.cmake)
|
||||
include(CableBuildType)
|
||||
include(CableCompilerSettings)
|
||||
include(CableToolchains)
|
||||
include(CMakePackageConfigHelpers)
|
||||
include(GNUInstallDirs)
|
||||
|
||||
|
@ -25,6 +26,8 @@ if(EVMC_TESTING)
|
|||
include(defaults/HunterCacheServers)
|
||||
endif()
|
||||
|
||||
cable_configure_toolchain(DEFAULT cxx11-pic)
|
||||
|
||||
project(evmc)
|
||||
set(PROJECT_VERSION 6.1.0-dev)
|
||||
|
||||
|
|
Loading…
Reference in New Issue