[nostalgia] Get building with Conan
This commit is contained in:
@@ -2,5 +2,8 @@ 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"
|
||||
requires = "jsoncpp/1.9.0@theirix/stable", "sdl2/2.0.10@bincrafters/stable"#, "qt/5.14.0@bincrafters/stable" # comma-separated list of requirements
|
||||
generators = "cmake", "cmake_find_package", "cmake_paths"
|
||||
|
||||
def requirements(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user