poco/Data/PostgreSQL/cmake/PocoDataPostgreSQLConfig.cmake

5 lines
161 B
CMake
Raw Normal View History

2016-02-28 15:11:12 -06:00
include(CMakeFindDependencyMacro)
find_dependency(PocoFoundation)
find_dependency(PocoData)
include("${CMAKE_CURRENT_LIST_DIR}/PocoDataPostgreSQLTargets.cmake")