diff --git a/02/CMakeLists.txt b/02/CMakeLists.txt index 8837ebf..2305156 100644 --- a/02/CMakeLists.txt +++ b/02/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.14) # Generate compile_commands.json -set(PROJECT_NAME CTemplate) +set(PROJECT_NAME 02) set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # Turn on testing by default diff --git a/02/docs/Doxyfile b/02/docs/Doxyfile index 5069a74..ace5e79 100644 --- a/02/docs/Doxyfile +++ b/02/docs/Doxyfile @@ -42,7 +42,7 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = AdventOfCode +PROJECT_NAME = AdventOfCode-02 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This # could be handy for archiving the generated documentation or if some version