mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-01 02:57:51 +00:00
7 lines
254 B
CMake
7 lines
254 B
CMake
include(CMakeFindDependencyMacro)
|
|
set(CMAKE_PREFIX_PATH ${CMAKE_CURRENT_LIST_DIR})
|
|
find_dependency(PocoFoundation)
|
|
find_dependency(PocoUtil)
|
|
find_dependency(PocoNet)
|
|
find_dependency(PocoCrypto)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/PocoNetSSLTargets.cmake") |