[nostalgia] Get building with Conan

This commit is contained in:
2019-12-30 22:51:35 -06:00
parent bd1fc01ca1
commit 0d46cee20d
6 changed files with 16 additions and 397 deletions

View File

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