Skip to content
Snippets Groups Projects
Commit f6b4cf16 authored by bodzsoaa's avatar bodzsoaa
Browse files

Add build_requires

parent bc8e78b9
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ class LibmuebConan(ConanFile): ...@@ -13,6 +13,7 @@ class LibmuebConan(ConanFile):
options = {"shared": [True], "fPIC": [True]} options = {"shared": [True], "fPIC": [True]}
default_options = {"shared": True, "fPIC": True} default_options = {"shared": True, "fPIC": True}
requires = "qt/[^6.0.0]@bincrafters/stable" requires = "qt/[^6.0.0]@bincrafters/stable"
build_requires = "cmake/[^3.17.0]", "ninja/1.10.2"
generators = "cmake" generators = "cmake"
exports_sources = "CMakeLists.txt", "!CMakeLists.txt.user", "include/*", "src/*" exports_sources = "CMakeLists.txt", "!CMakeLists.txt.user", "include/*", "src/*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment