Initial project setup
Some checks failed
Build / Build (push) Failing after 31s

This commit is contained in:
2026-05-31 22:33:57 -04:00
commit 2bd126f46f
24 changed files with 794 additions and 0 deletions

11
cmake/dpp.cmake Normal file
View File

@@ -0,0 +1,11 @@
CPMAddPackage(
URI "gh:brainboxdotcc/DPP@10.1.5"
OPTIONS "BUILD_VOICE_SUPPORT ON"
OPTIONS "RUN_LDCONFIG OFF"
OPTIONS "DPP_INSTALL OFF"
OPTIONS "DPP_BUILD_TEST OFF"
OPTIONS "DPP_NO_VCPKG ON"
OPTIONS "DPP_NO_CONAN ON"
OPTIONS "DPP_FORMATTERS ON"
OPTIONS "DPP_USE_PCH ON"
)