CMake: Add evmc::evmc alias

This commit is contained in:
Paweł Bylica 2018-06-07 12:07:34 +02:00
parent 6743fb9232
commit d4562dc292
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF

View File

@ -33,6 +33,7 @@ set(PROJECT_VERSION "0.1.0.dev0")
cable_configure_compiler(NO_STACK_PROTECTION)
add_library(evmc INTERFACE)
add_library(evmc::evmc ALIAS evmc)
target_include_directories(evmc INTERFACE include)
install(DIRECTORY include/evmc DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})