mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-10-30 18:17:50 +00:00
5 lines
205 B
CMake
5 lines
205 B
CMake
include(CMakeFindDependencyMacro)
|
|
set(CMAKE_PREFIX_PATH ${CMAKE_CURRENT_LIST_DIR})
|
|
find_dependency(PocoFoundation)
|
|
find_dependency(PocoData)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/PocoDataSQLiteTargets.cmake") |