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
Pipeline #15731 passed
Pipeline: caosdb-cppinttest

#15732

    This commit is part of merge request !33. Comments created here will be created in the context of that merge request.
    ...@@ -6,6 +6,9 @@ from conans import ConanFile, CMake, tools ...@@ -6,6 +6,9 @@ from conans import ConanFile, CMake, tools
    class LibcaosdbTestConan(ConanFile): class LibcaosdbTestConan(ConanFile):
    settings = "os", "compiler", "build_type", "arch" settings = "os", "compiler", "build_type", "arch"
    generators = "cmake" generators = "cmake"
    build_requires = [
    ("gtest/1.11.0"),
    ]
    def build(self): def build(self):
    cmake = CMake(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