From 5917afa61f7398d36314a95488905153fc7f71d8 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sat, 26 Dec 2020 16:44:33 +0100 Subject: [PATCH] ADD: fixes to cmake file --- CMakeLists.txt | 3 +-- README.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e7d877..3fd32c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ # along with this program. If not, see . cmake_minimum_required (VERSION 3.1 FATAL_ERROR) -project (buildIt-server VERSION 0.1.0 LANGUAGES CXX) +project (repobadge VERSION 0.1.0 LANGUAGES CXX) list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/Modules ) set(CMAKE_CXX_STANDARD 14) @@ -29,7 +29,6 @@ include(compdb) # provide all source files for the server set(REPOBADGE_SOURCES include/repoBadge.hpp - src/svg.hpp src/repoBadge.cpp ) diff --git a/README.md b/README.md index 948e010..7ae817c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@ C++ library and tool for creating code repository badges + +## Building + +- mkdir build +- cd build +- cmake .. +- make all +- make test + +### Doxygen Documentation + ## License GPLv3