Skip to content

Commit

Permalink
kvload cmakefile restored
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Sydorchenko committed Feb 4, 2022
1 parent 5a0f19b commit a86d80c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions unittests/test-contracts/kvload/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
if( EOSIO_COMPILE_TEST_CONTRACTS )
add_contract( kvload kvload kvload.cpp )
else()
configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/kvload.wasm ${CMAKE_CURRENT_BINARY_DIR}/kvload.wasm COPYONLY )
configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/kvload.abi ${CMAKE_CURRENT_BINARY_DIR}/kvload.abi COPYONLY )
endif()

0 comments on commit a86d80c

Please sign in to comment.