[nostalgia] Change conanfile.txt with conanfile.py
This commit is contained in:
parent
7725abeac8
commit
d9a596649c
6
conanfile.py
Normal file
6
conanfile.py
Normal 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"
|
@ -1,5 +0,0 @@
|
||||
[requires]
|
||||
jsoncpp/1.8.4@theirix/stable
|
||||
|
||||
[generators]
|
||||
cmake
|
Loading…
Reference in New Issue
Block a user