Last active
September 7, 2021 20:48
-
-
Save conr2d/41dd001c8a413a9b291ce737fd43ab09 to your computer and use it in GitHub Desktop.
clion with blanc - way1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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