1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-03-26 08:27:33 +01:00
poco/Data/PostgreSQL/cmake/PocoDataPostgreSQLConfig.cmake
2016-02-28 15:11:12 -06:00

5 lines
161 B
CMake

include(CMakeFindDependencyMacro)
find_dependency(PocoFoundation)
find_dependency(PocoData)
include("${CMAKE_CURRENT_LIST_DIR}/PocoDataPostgreSQLTargets.cmake")