mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-02 17:50:53 +02: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") |