diff --git a/src/iceberg/catalog/CMakeLists.txt b/src/iceberg/catalog/CMakeLists.txt index b092371cc..86df7caf1 100644 --- a/src/iceberg/catalog/CMakeLists.txt +++ b/src/iceberg/catalog/CMakeLists.txt @@ -15,6 +15,8 @@ # specific language governing permissions and limitations # under the License. +iceberg_install_all_headers(iceberg/catalog) + add_subdirectory(memory) if(ICEBERG_BUILD_REST)