From 2418a15b0d225fb733fdd89fec8c1d2a5901f381 Mon Sep 17 00:00:00 2001 From: charlie barto Date: Wed, 16 Nov 2016 00:48:57 -0500 Subject: install pg_config.h --- ports/libpq/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/libpq/CMakeLists.txt b/ports/libpq/CMakeLists.txt index a9e18d4d6..93a1e9179 100644 --- a/ports/libpq/CMakeLists.txt +++ b/ports/libpq/CMakeLists.txt @@ -56,6 +56,7 @@ set(pg_libpq_src set(pg_libpq_interface src/include/postgres_ext.h src/include/pg_config_ext.h + src/include/pg_config.h src/interfaces/libpq/libpq-fe.h ) set(CMAKE_INCLUDE_CURRENT_DIR ON) -- cgit v1.2.3