diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-21 15:11:19 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-21 15:11:19 -0800 |
| commit | 891fe4434cc670aba2a82ed2cdcfb3fe30e0f93c (patch) | |
| tree | 2da234a26d0f8122a83a7b87e57ca0096196e221 /ports/libpq | |
| parent | 4e3269e7fcbcf20bb28f07ab9543fce7c336689d (diff) | |
| parent | a1405500b4f1ebb4e0503fa31672601d29ea3ee2 (diff) | |
| download | vcpkg-891fe4434cc670aba2a82ed2cdcfb3fe30e0f93c.tar.gz vcpkg-891fe4434cc670aba2a82ed2cdcfb3fe30e0f93c.zip | |
Merge branch 'barcharcraz-soci_add'
Diffstat (limited to 'ports/libpq')
| -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 8d222924a..517039d8f 100644 --- a/ports/libpq/CMakeLists.txt +++ b/ports/libpq/CMakeLists.txt @@ -73,5 +73,6 @@ install(TARGETS libpq ) if(INSTALL_INCLUDES) install(FILES ${pg_libpq_interface} DESTINATION include) + install(DIRECTORY src/include/libpq DESTINATION include) install(FILES ${pg_libpq_catalog_interface} DESTINATION include/catalog) endif()
\ No newline at end of file |
