add practices code.
This commit is contained in:
8
resources/host.cmake
Normal file
8
resources/host.cmake
Normal 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})
|
||||
Reference in New Issue
Block a user