Skip to content

Commit

Permalink
rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
liss-h committed Nov 18, 2024
1 parent a0cee9e commit c60aa72
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Recipe(ConanFile):
}
settings = "os", "compiler", "build_type", "arch"
generators = ("CMakeDeps", "CMakeToolchain")
exports_sources = ("CMakeLists.txt", "antlr4cmake/antlr4-generator.cmake.in", "cmake/*", "SparqlLexer.g4", "SparqlParser.g4", "LICENSE-GRAMMAR", "LICENSE_A", "LICENSE_MIT")
exports_sources = ("CMakeLists.txt", "antlr4cmake/antlr4-generator.cmake.in", "cmake/*", "SparqlLexer.g4", "SparqlParser.g4", "LICENSE-GRAMMAR", "LICENSE-APACHE", "LICENSE-MIT")

def requirements(self):
self.requires("antlr4-cppruntime/4.13.1", transitive_headers=True)
Expand Down

0 comments on commit c60aa72

Please sign in to comment.