diff options
| -rw-r--r-- | ports/libpq/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
