add nng cmake config.

This commit is contained in:
luocai 2024-11-25 18:51:45 +08:00
parent 6fe4eaf6d1
commit 239c34dfbe

View File

@ -9,10 +9,7 @@ set(Libraries_ROOT /opt/Libraries)
set(Wt_DIR ${Libraries_ROOT}/wt-4.11.1/lib/cmake/wt)
set(MbedTLS_DIR ${Libraries_ROOT}/mbedtls-3.6.2/lib/cmake/MbedTLS)
set(NNG_ROOT ${Libraries_ROOT}/nng-1.9.0)
set(NNG_INCLUDE_DIR ${NNG_ROOT}/include)
set(NNG_LIBRARY_DIRS ${NNG_ROOT}/lib)
set(nng_DIR ${Libraries_ROOT}/nng-1.9.0/lib/cmake/nng)
set(OPENSSL_LIBRARIES ssl crypto)