config.h config file to centralize default values

This commit is contained in:
Arthur-Coppey
2021-11-26 13:56:48 +01:00
parent 79830a9745
commit b869bbbc27
6 changed files with 17 additions and 7 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ project(qotd C)
set(CMAKE_C_STANDARD 99)
add_executable(qotd main.c quote.c quote.h server.c server.h)
add_executable(qotd main.c quote.c quote.h server.c server.h config.h)