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