diff --git a/CMakeLists.txt b/CMakeLists.txt index 4291eb0..b7a1e79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,7 @@ cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) +project(c++utilities) + # add project files set(HEADER_FILES application/argumentparser.h