aboutsummaryrefslogtreecommitdiff
path: root/ports/libpq
diff options
context:
space:
mode:
authorCharlie Barto <bartoc@umich.edu>2016-11-17 22:53:37 -0500
committerCharlie Barto <bartoc@umich.edu>2016-11-17 22:53:37 -0500
commitca5989fb1f8aa0749213cba203e1a87d47bd44a8 (patch)
tree9e505937a3d7d958837e1d2a01416b374d24d027 /ports/libpq
parenta7af1a727ea2631f7ba7373f6f0c8336881a3dde (diff)
downloadvcpkg-ca5989fb1f8aa0749213cba203e1a87d47bd44a8.tar.gz
vcpkg-ca5989fb1f8aa0749213cba203e1a87d47bd44a8.zip
add support for SOCI
Diffstat (limited to 'ports/libpq')
-rw-r--r--ports/libpq/CMakeLists.txt1
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