diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-21 12:58:37 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-21 12:58:37 -0800 |
| commit | a7310ac84b6435fcff0c5b2cf1f0ae2f345ce70b (patch) | |
| tree | 32deefeb753ab69e14ebeabe7b5b57d077fa7bed /ports/libpq | |
| parent | 4e3269e7fcbcf20bb28f07ab9543fce7c336689d (diff) | |
| parent | ca5989fb1f8aa0749213cba203e1a87d47bd44a8 (diff) | |
| download | vcpkg-a7310ac84b6435fcff0c5b2cf1f0ae2f345ce70b.tar.gz vcpkg-a7310ac84b6435fcff0c5b2cf1f0ae2f345ce70b.zip | |
Merge branch 'soci_add' of https://github.com/barcharcraz/vcpkg into 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 |
