add wx code.
Some checks failed
Deploy / Build (push) Failing after 13s

This commit is contained in:
2025-06-04 18:07:46 +08:00
parent 0c7e06f3db
commit edab6cfa30
7 changed files with 563 additions and 9 deletions

View File

@ -19,7 +19,7 @@ function cmake_scan() {
${cmake_exe} -G Ninja -S ${base_path} -B ${build_path} \
-DCMAKE_BUILD_TYPE=Debug \
-DMbedTLS_DIR=${libraries_root}/mbedtls-3.6.3.1/lib/cmake/MbedTLS \
-Dnng_DIR=${libraries_root}/nng-1.10.1/lib/cmake/nng \
-Dnng_DIR=${libraries_root}/nng-1.11/lib/cmake/nng \
-DBOOST_ROOT=${libraries_root}/boost_1_88_0
}
@ -52,4 +52,4 @@ function main() {
main $@
# docker run -it -d --name ubuntu -v ~/Projects:/home/amass/Projects registry.cn-shenzhen.aliyuncs.com/amass_toolset/ubuntu_dev:24.04-qt6.9.0
# docker run -it -d --name ubuntu --hostname Ubuntu -v ~/Projects:/home/amass/Projects registry.cn-shenzhen.aliyuncs.com/amass_toolset/ubuntu_dev:24.04-qt6.9.1