diff options
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 |
