Get yuzu sdl to start compiling

This commit is contained in:
James Rowe 2018-01-11 20:38:17 -07:00
parent 389979018c
commit f5f28a4f67
5 changed files with 12 additions and 12 deletions

View file

@ -2,9 +2,9 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/CMakeModules)
set(SRCS
emu_window/emu_window_sdl2.cpp
citra.cpp
config.cpp
citra.rc
yuzu.cpp
yuzu.rc
)
set(HEADERS
emu_window/emu_window_sdl2.h