1 parent 8a67fc4 commit 7101915Copy full SHA for 7101915
1 file changed
conanfile.py
@@ -29,7 +29,8 @@ class CppSortConan(ConanFile):
29
exports_sources = [
30
"include/*",
31
"CMakeLists.txt",
32
- "cmake/cpp-sort-config.cmake.in"
+ "cmake/cpp-sort-config.cmake.in",
33
+ "cmake/cpp-sort-utils.cmake",
34
]
35
settings = "os", "compiler", "build_type", "arch"
36
package_type = "header-library"
0 commit comments