mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-02 11:38:08 +00:00
5 lines
201 B
CMake
5 lines
201 B
CMake
include(CMakeFindDependencyMacro)
|
|
set(CMAKE_PREFIX_PATH ${CMAKE_CURRENT_LIST_DIR})
|
|
find_dependency(PocoFoundation)
|
|
find_dependency(PocoNet)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/PocoMongoDBTargets.cmake") |