1
0
Fork 0
mirror of https://github.com/eosswedenorg/libantelope synced 2026-06-18 20:40:03 +02:00

Change project name from libeosio to libantelope

This commit is contained in:
Henrik Hautakoski 2023-04-06 09:29:48 +02:00
parent 9d11357490
commit 0cfd459c71
5 changed files with 36 additions and 36 deletions

View file

@ -5,10 +5,10 @@ cmake_minimum_required(VERSION 3.15)
# --------------------------------
# Project name and version
project(libeosio
project(libantelope
VERSION 0.1.7
DESCRIPTION "C++ library for EOSIO"
HOMEPAGE_URL "https://github.com/eosswedenorg/libeosio"
DESCRIPTION "C++ library for Antelope IO"
HOMEPAGE_URL "https://github.com/eosswedenorg/libantelope"
LANGUAGES C CXX
)