[nostalgia] Change conanfile.txt with conanfile.py

This commit is contained in:
Gary Talent 2019-06-20 00:06:22 -05:00
parent 7725abeac8
commit d9a596649c
2 changed files with 6 additions and 5 deletions

6
conanfile.py Normal file
View File

@ -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"

View File

@ -1,5 +0,0 @@
[requires]
jsoncpp/1.8.4@theirix/stable
[generators]
cmake