mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-17 03:50:03 +02:00
CMake: set additional project information.
This commit is contained in:
parent
06a2f7be33
commit
508d5639c5
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,10 @@ cmake_minimum_required(VERSION 3.4)
|
|||
# Project name and version
|
||||
project(eosio-keygen VERSION 0.1.6)
|
||||
|
||||
set( PROJECT_DESCRIPTION "Keygenerator for EOSIO" )
|
||||
set( PROJECT_HOMEPAGE_URL "https://github.com/eosswedenorg/eosio-keygen" )
|
||||
set( PROJECT_MAINTAINER "Henrik Hautakoski <henrik@eossweden.org>")
|
||||
|
||||
# Options
|
||||
option(USE_THREADS "Compile with support for threads (if available)." ON)
|
||||
option(FORCE_ANSI "Force ANSI console colors even on windows" OFF)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue