Merge branch 'conan'

This commit is contained in:
2019-12-31 17:43:24 -06:00
6 changed files with 19 additions and 397 deletions
+3 -1
View File
@@ -4,9 +4,11 @@ add_library(
gfx.cpp
)
find_package(sdl2 REQUIRED)
target_link_libraries(
NostalgiaCore-SDL PUBLIC
SDL2::Main
sdl2::sdl2
OxFS
OxStd
NostalgiaCore-Userspace