Skip to content

Commit 322b7af

Browse files
authored
build: fill CMake project information (#117)
* build(cmake): rename project to `Errors` * build(cmake): fill project information
1 parent 1cad4c8 commit 322b7af

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CMakeLists.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
cmake_minimum_required(VERSION 3.23)
22

3-
project(errors)
3+
project(
4+
Errors
5+
VERSION 1.0.0
6+
DESCRIPTION "A C++ package that provides utilities for error handling ."
7+
HOMEPAGE_URL https://github.com/threeal/errors-cpp
8+
LANGUAGES CXX
9+
)
410

511
if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
612
set(NOT_SUBPROJECT TRUE)

0 commit comments

Comments
 (0)