[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

@ -4,12 +4,11 @@ add_library(
gfx.cpp
)
find_package(SDL2 REQUIRED)
find_package(sdl2 REQUIRED)
target_link_libraries(
NostalgiaCore-SDL PUBLIC
SDL2::SDL2main
SDL2::SDL2-static
SDL2::SDL2
NostalgiaCore-Userspace
)