rules: add support for resource excludes

This commit is contained in:
Vaxry
2025-04-15 14:49:29 +01:00
parent 15689ca20a
commit 50fbc7f5ac
7 changed files with 36 additions and 7 deletions

View File

@@ -35,6 +35,7 @@ target_include_directories(checkpoint
PRIVATE
"./subprojects/pistache/include"
"./subprojects/glaze/include"
"./subprojects/re2/include"
"./subprojects/tinylates/include"
"./subprojects/pistache/subprojects/cpp-httplib"
"./subprojects/pistache/subprojects/hinnant-date/include"
@@ -43,5 +44,6 @@ target_link_libraries(checkpoint
PkgConfig::deps
pistache
fmt
re2
tinylates
)