Added links page

This commit is contained in:
Torsten Schulz
2024-02-17 14:52:08 +01:00
parent 825f5c924b
commit 7f5ac600a8
4 changed files with 27 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ add_executable(${PROJECT_NAME}
src/app.h src/app.cpp
docroot/text.xml
docroot/ads.txt
docroot/links.csv
)
target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_20)