mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-02 03:27:56 +00:00
6 lines
224 B
CMake
6 lines
224 B
CMake
include(CMakeFindDependencyMacro)
|
|
set(CMAKE_PREFIX_PATH ${CMAKE_CURRENT_LIST_DIR})
|
|
find_dependency(PocoFoundation)
|
|
find_dependency(PocoNet)
|
|
find_dependency(PocoASN)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/PocoNetExTargets.cmake") |