CMake: Add toolchains support

This commit is contained in:
Paweł Bylica 2019-01-15 14:08:54 +01:00
parent e7caf901c6
commit 804a429ba5
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 3 additions and 0 deletions

View File

@ -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)