mirror of
https://github.com/status-im/evmc.git
synced 2025-02-23 00:18:24 +00:00
CMake: Add evmc::evmc alias
This commit is contained in:
parent
6743fb9232
commit
d4562dc292
@ -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})
|
||||
|
Loading…
x
Reference in New Issue
Block a user