add practices code.
Some checks failed
Deploy Applications / PullDocker (push) Failing after 6m19s
Deploy Applications / Build (push) Failing after 2s
Windows CI / build (push) Has been cancelled

This commit is contained in:
2025-12-16 11:44:44 +08:00
parent 482e5495f0
commit 8446776af2
5 changed files with 304 additions and 1 deletions

8
resources/host.cmake Normal file
View File

@@ -0,0 +1,8 @@
set(3RDPARTY_ROOT /opt/3rdparty)
set(MbedTLS_DIR ${3RDPARTY_ROOT}/mbedtls-3.6.5/lib/cmake/MbedTLS)
set(nng_DIR ${3RDPARTY_ROOT}/nng-1.11/lib/cmake/nng)
set(BOOST_ROOT ${3RDPARTY_ROOT}/boost_1_90_0)
set(Qt6_DIR /opt/Qt/6.10.0/gcc_64/lib/cmake/Qt6)
set(QT_DIR ${Qt6_DIR})