[nostalgia] Switch back to conan

This commit is contained in:
2021-03-28 00:25:30 -05:00
parent 2ab6ef201e
commit f1a1d94ac3
5 changed files with 19 additions and 7 deletions

9
conanfile.py Normal file
View File

@@ -0,0 +1,9 @@
from conans import ConanFile, CMake
class NostalgiaConan(ConanFile):
settings = "os", "compiler", "build_type", "arch"
requires = "jsoncpp/1.9.4", "sdl2/2.0.14@bincrafters/stable"
generators = "cmake", "cmake_find_package", "cmake_paths"
#default_options = {
# "sdl2:nas": False
#}