Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8013 from EOSIO/install_eosvmoc_headers
Browse files Browse the repository at this point in the history
ensure eos-vm-oc headers get installed
  • Loading branch information
spoonincode authored Oct 1, 2019
2 parents 34dd9b7 + c5d06dd commit f44384b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ install( TARGETS eosio_chain
)
install( DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/eosio/chain/
DESTINATION ${CMAKE_INSTALL_FULL_INCLUDEDIR}/eosio/chain
FILES_MATCHING PATTERN "*.hpp" PATTERN "*.h" PATTERN "webassembly" EXCLUDE
FILES_MATCHING PATTERN "*.hpp" PATTERN "*.h" EXCLUDE
)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/include/eosio/chain/core_symbol.hpp DESTINATION ${CMAKE_INSTALL_FULL_INCLUDEDIR}/eosio/chain)
#if(MSVC)
Expand Down

0 comments on commit f44384b

Please sign in to comment.