Skip to content

Commit

Permalink
Add a couple boost deps to add_eosio_test_executable macro
Browse files Browse the repository at this point in the history
These dependencies allow for additional use of add_eosio_test_executable outside of leap for executables loosely defined as test artifacts.  For example, compiling a transaction generator in another repository.
  • Loading branch information
oschwaldp-oci committed Sep 14, 2023
1 parent 76a1045 commit 4b346ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeModules/EosioTester.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ macro(add_eosio_test_executable test_name)
Boost::chrono
Boost::multi_index
Boost::multiprecision
Boost::program_options
Boost::beast
Boost::interprocess
Boost::asio
Boost::signals2
Expand Down
2 changes: 2 additions & 0 deletions CMakeModules/EosioTesterBuild.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ macro(add_eosio_test_executable test_name)
Boost::chrono
Boost::multi_index
Boost::multiprecision
Boost::program_options
Boost::beast
Boost::interprocess
Boost::asio
Boost::signals2
Expand Down

0 comments on commit 4b346ed

Please sign in to comment.