diff options
| author | Charlie Barto <bartoc@umich.edu> | 2016-11-17 22:53:37 -0500 |
|---|---|---|
| committer | Charlie Barto <bartoc@umich.edu> | 2016-11-17 22:53:37 -0500 |
| commit | ca5989fb1f8aa0749213cba203e1a87d47bd44a8 (patch) | |
| tree | 9e505937a3d7d958837e1d2a01416b374d24d027 /ports/libpq | |
| parent | a7af1a727ea2631f7ba7373f6f0c8336881a3dde (diff) | |
| download | vcpkg-ca5989fb1f8aa0749213cba203e1a87d47bd44a8.tar.gz vcpkg-ca5989fb1f8aa0749213cba203e1a87d47bd44a8.zip | |
add support for SOCI
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 |
