Skip to content

Commit 5249f51

Browse files
committed
Install encryption headers with CMake
1 parent fc9bc0e commit 5249f51

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

src/iceberg/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/version.h"
230230
add_subdirectory(catalog)
231231
add_subdirectory(data)
232232
add_subdirectory(deletes)
233+
add_subdirectory(encryption)
233234
add_subdirectory(expression)
234235
add_subdirectory(manifest)
235236
add_subdirectory(puffin)
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing,
12+
# software distributed under the License is distributed on an
13+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
# KIND, either express or implied. See the License for the
15+
# specific language governing permissions and limitations
16+
# under the License.
17+
18+
iceberg_install_all_headers(iceberg/encryption)

0 commit comments

Comments
 (0)