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")