Skip to content

Commit df3b076

Browse files
committed
Add sparrow-ipcConfig.cmake.in in conanfile.py
1 parent f39172f commit df3b076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class SparrowIPCRecipe(ConanFile):
1818
topics = ("arrow", "apache arrow", "columnar format", "dataframe", "ipc", "serialization", "deserialization", "flatbuffers")
1919
package_type = "library"
2020
settings = "os", "arch", "compiler", "build_type"
21-
exports_sources = "include/*", "src/*", "cmake/*", "docs/*", "CMakeLists.txt", "LICENSE"
21+
exports_sources = "include/*", "src/*", "cmake/*", "docs/*", "CMakeLists.txt", "sparrow-ipcConfig.cmake.in", "LICENSE"
2222
options = {
2323
"shared": [True, False],
2424
"fPIC": [True, False],

0 commit comments

Comments
 (0)