Skip to content

Instantly share code, notes, and snippets.

@conr2d
Last active September 7, 2021 20:48
Show Gist options
  • Save conr2d/41dd001c8a413a9b291ce737fd43ab09 to your computer and use it in GitHub Desktop.
Save conr2d/41dd001c8a413a9b291ce737fd43ab09 to your computer and use it in GitHub Desktop.
clion with blanc - way1
cmake_minimum_required(VERSION 3.16)
project(eosio.token)
find_package(blanc)
include(EosioWasmToolchain)
add_contract(eosio.token eosio.token src/eosio.token.cpp)
target_include_directories(eosio.token PUBLIC include)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment