We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c6b2f commit 3968611Copy full SHA for 3968611
test/state/CMakeLists.txt
@@ -6,7 +6,7 @@ add_library(evmone-state INTERFACE)
6
add_library(evmone::state ALIAS evmone-state)
7
target_link_libraries(evmone-state INTERFACE ethash::keccak)
8
target_sources(
9
- evmone-state PRIVATE
+ evmone-state INTERFACE
10
rlp.hpp
11
utils.hpp
12
)
0 commit comments