Skip to content

Commit

Permalink
CMake: Change instructions output name to evmc-instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Jun 19, 2018
1 parent f9e4621 commit 2f8405a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/instructions/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})

0 comments on commit 2f8405a

Please sign in to comment.