Skip to content

Commit 7101915

Browse files
committed
conanfile.py: add missing cpp-sort-utils.cmake to export_sources
1 parent 8a67fc4 commit 7101915

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conanfile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ class CppSortConan(ConanFile):
2929
exports_sources = [
3030
"include/*",
3131
"CMakeLists.txt",
32-
"cmake/cpp-sort-config.cmake.in"
32+
"cmake/cpp-sort-config.cmake.in",
33+
"cmake/cpp-sort-utils.cmake",
3334
]
3435
settings = "os", "compiler", "build_type", "arch"
3536
package_type = "header-library"

0 commit comments

Comments
 (0)