diff --git a/conanfile.py b/conanfile.py new file mode 100644 index 00000000..0ac52a46 --- /dev/null +++ b/conanfile.py @@ -0,0 +1,6 @@ +from conans import ConanFile, CMake + +class NostalgiaConan(ConanFile): + settings = "os", "compiler", "build_type", "arch" + requires = "jsoncpp/1.8.4@theirix/stable" # comma-separated list of requirements + generators = "cmake" diff --git a/conanfile.txt b/conanfile.txt deleted file mode 100644 index 974a4514..00000000 --- a/conanfile.txt +++ /dev/null @@ -1,5 +0,0 @@ -[requires] -jsoncpp/1.8.4@theirix/stable - -[generators] -cmake