Guest User

Untitled

a guest
May 23rd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. file(GLOB ABI_FILES "*.abi")
  2. configure_file("${ABI_FILES}" "${CMAKE_CURRENT_BINARY_DIR}" COPYONLY)
  3.  
  4. # Change "Players" with the name of the folder containing your smart contracts
  5. add_wast_executable(TARGET Players
  6. INCLUDE_FOLDERS "${STANDARD_INCLUDE_FOLDERS}"
  7. LIBRARIES libc libc++ eosiolib
  8. DESTINATION_FOLDER ${CMAKE_CURRENT_BINARY_DIR}
  9. )
Add Comment
Please, Sign In to add comment