Skip to content

Instantly share code, notes, and snippets.

@johnX9
Last active May 18, 2018 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnX9/a0dbd5c72d5f50f10ba2fe3e913e0891 to your computer and use it in GitHub Desktop.
Save johnX9/a0dbd5c72d5f50f10ba2fe3e913e0891 to your computer and use it in GitHub Desktop.
set(DEFAULT_SYSTEM_INCLUDE_FOLDERS ${CMAKE_SOURCE_DIR}/contracts/libc++/upstream/include ${CMAKE_SOURCE_DIR}/contracts/musl/upstream/include ${Boost_INCLUDE_DIR})
set(STANDARD_INCLUDE_FOLDERS ${CMAKE_SOURCE_DIR}/contracts ${CMAKE_SOURCE_DIR}/externals/magic_get/include)
add_subdirectory(eosiolib)
add_subdirectory(musl)
add_subdirectory(libc++)
# Your contracts (add the name of the folder which contains you smart contract)
add_subdirectory(Players)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment