diff --git a/lib/instructions/CMakeLists.txt b/lib/instructions/CMakeLists.txt index 117e6c701..10cbca1d7 100644 --- a/lib/instructions/CMakeLists.txt +++ b/lib/instructions/CMakeLists.txt @@ -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 $$) install(TARGETS instructions EXPORT evmcTargets DESTINATION ${CMAKE_INSTALL_LIBDIR})