Skip to content
Snippets Groups Projects
Verified Commit c618d29a authored by Timm Fitschen's avatar Timm Fitschen
Browse files

conan setup

parent 636651b4
No related branches found
No related tags found
2 merge requests!33Release 0.1,!30Debug build
Checking pipeline status
......@@ -6,6 +6,9 @@ from conans import ConanFile, CMake, tools
class LibcaosdbTestConan(ConanFile):
settings = "os", "compiler", "build_type", "arch"
generators = "cmake"
build_requires = [
("gtest/1.11.0"),
]
def build(self):
cmake = CMake(self)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment