Skip to content

Commit

Permalink
Hot fix - install headers
Browse files Browse the repository at this point in the history
  • Loading branch information
akokoshn authored and akokoshn committed Jun 18, 2024
1 parent 04ad40f commit 4bd79cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/assigner/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ install(TARGETS ${PROJECT_NAME} EXPORT assignerTargets DESTINATION ${CMAKE_INSTA

# Install evmone headers
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/evmone/execution_state.hpp
${CMAKE_CURRENT_SOURCE_DIR}/evmone/baseline_instruction_table.hpp
${CMAKE_CURRENT_SOURCE_DIR}/evmone/instructions.hpp
${CMAKE_CURRENT_SOURCE_DIR}/evmone/instructions_traits.hpp
${CMAKE_CURRENT_SOURCE_DIR}/evmone/instructions_xmacro.hpp
${CMAKE_CURRENT_SOURCE_DIR}/evmone/baseline.hpp
${CMAKE_CURRENT_SOURCE_DIR}/evmone/eof.hpp
${CMAKE_CURRENT_SOURCE_DIR}/evmone/instructions_opcodes.hpp
Expand Down

0 comments on commit 4bd79cc

Please sign in to comment.