add nng code.
Some checks failed
Deploy / Build (push) Failing after 21s

This commit is contained in:
2025-05-11 15:17:48 +08:00
parent 334edbddfd
commit 836c8e0c44
7 changed files with 49 additions and 3 deletions

View File

@ -18,7 +18,9 @@ function cmake_scan() {
cd ${build_path}
${cmake_exe} -G Ninja -S ${base_path} -B ${build_path} \
-DCMAKE_BUILD_TYPE=Debug \
-DBOOST_ROOT=${libraries_root}/boost_1_87_0
-DMbedTLS_DIR=${libraries_root}/mbedtls-3.6.3/lib/cmake/MbedTLS \
-Dnng_DIR=${libraries_root}/nng-1.10.1/lib/cmake/nng \
-DBOOST_ROOT=${libraries_root}/boost_1_88_0
}
function build() {