[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

View File

@ -20,6 +20,11 @@ if(NOSTALGIA_BUILD_TYPE STREQUAL "GBA")
set(OX_BARE_METAL ON)
endif()
set(NOSTALGIA_CONAN_PATHS ${CMAKE_SOURCE_DIR}/.conanbuild/conan_paths.cmake)
if(NOT NOSTALGIA_BUILD_TYPE STREQUAL "GBA" AND EXISTS ${NOSTALGIA_CONAN_PATHS})
include(${NOSTALGIA_CONAN_PATHS})
endif()
if(OX_BARE_METAL)
set(NOSTALGIA_BUILD_STUDIO OFF)
set(OX_USE_STDLIB OFF)