added docs
Some checks failed
CI / Native Windows Build And Tests (push) Failing after 7s
CI / React UI Build (push) Has been cancelled
CI / Windows Release Package (push) Has been cancelled

This commit is contained in:
2026-05-03 12:05:58 +10:00
parent 50bdd7b2bd
commit eeb8f294bf
2 changed files with 508 additions and 0 deletions

View File

@@ -161,4 +161,9 @@ install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/ui/dist/"
OPTIONAL
)
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/docs/"
DESTINATION "docs"
OPTIONAL
)
source_group(TREE "${APP_DIR}" FILES ${APP_SOURCES})