diff options
| author | charlie barto <charlie barto> | 2016-11-16 00:48:57 -0500 |
|---|---|---|
| committer | Charlie Barto <bartoc@umich.edu> | 2016-11-17 03:00:58 -0500 |
| commit | 2418a15b0d225fb733fdd89fec8c1d2a5901f381 (patch) | |
| tree | 44219ce5d0b91c71340d2ce81a2ecd7ff081df07 | |
| parent | 6c22b89959f3b46cacbdb2f34bfadb45def46e7e (diff) | |
| download | vcpkg-2418a15b0d225fb733fdd89fec8c1d2a5901f381.tar.gz vcpkg-2418a15b0d225fb733fdd89fec8c1d2a5901f381.zip | |
install pg_config.h
| -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) |
