Guest User

Untitled

a guest
May 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. set(DEFAULT_SYSTEM_INCLUDE_FOLDERS ${CMAKE_SOURCE_DIR}/contracts/libc++/upstream/include ${CMAKE_SOURCE_DIR}/contracts/musl/upstream/include ${Boost_INCLUDE_DIR})
  2. set(STANDARD_INCLUDE_FOLDERS ${CMAKE_SOURCE_DIR}/contracts ${CMAKE_SOURCE_DIR}/externals/magic_get/include)
  3.  
  4. add_subdirectory(eosiolib)
  5. add_subdirectory(musl)
  6. add_subdirectory(libc++)
  7.  
  8. # Your contracts (add the name of the folder which contains you smart contract)
  9. add_subdirectory(Players)
Add Comment
Please, Sign In to add comment