fix(02/CMake,Doxygen): change template name to 02
This commit is contained in:
parent
bf6d9e0a77
commit
09fb2aea68
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user