[nostalgia] Switch from conan to vcpkg

This commit is contained in:
2020-08-05 20:17:53 -05:00
parent 0b0fd151c8
commit be1a03c554
7 changed files with 14 additions and 33 deletions

View File

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