chore: update pajlada-signals, pajlada-serialize, pajlada-settings (#6797)

This commit is contained in:
pajlada
2026-02-07 14:26:58 +01:00
committed by GitHub
parent 4a23d21865
commit f7aa5959c1
7 changed files with 16 additions and 10 deletions
+3
View File
@@ -241,16 +241,19 @@ FetchContent_Declare(
PajladaSignals
SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/lib/signals
EXCLUDE_FROM_ALL
FIND_PACKAGE_ARGS CONFIG
)
FetchContent_Declare(
PajladaSerialize
SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/lib/serialize
EXCLUDE_FROM_ALL
FIND_PACKAGE_ARGS CONFIG
)
FetchContent_Declare(
PajladaSettings
SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/lib/settings
EXCLUDE_FROM_ALL
FIND_PACKAGE_ARGS CONFIG
)
FetchContent_MakeAvailable(RapidJSON PajladaSignals PajladaSerialize PajladaSettings)