5 lines
122 B
CMake
Raw Normal View History

include(CMakeFindDependencyMacro)
find_dependency(PostgreSQL)
include("${CMAKE_CURRENT_LIST_DIR}/libpqxx-targets.cmake")