mirror of https://github.com/status-im/evmc.git
CMake: Change instructions output name to evmc-instructions
This commit is contained in:
parent
411073934a
commit
08d5883dda
|
@ -10,6 +10,7 @@ add_library(
|
|||
)
|
||||
|
||||
add_library(evmc::instructions ALIAS instructions)
|
||||
set_target_properties(instructions PROPERTIES OUTPUT_NAME evmc-instructions)
|
||||
target_include_directories(instructions PUBLIC $<BUILD_INTERFACE:${include_dir}>$<INSTALL_INTERFACE:include>)
|
||||
|
||||
install(TARGETS instructions EXPORT evmcTargets DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||
|
|
Loading…
Reference in New Issue