1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-03-26 00:20:34 +01:00
poco/Data/PostgreSQL/cmake/PocoSQLPostgreSQLConfig.cmake
2018-05-07 15:28:38 +00:00

5 lines
159 B
CMake

include(CMakeFindDependencyMacro)
find_dependency(PocoFoundation)
find_dependency(PocoSQL)
include("${CMAKE_CURRENT_LIST_DIR}/PocoSQLPostgreSQLTargets.cmake")