Get yuzu sdl to start compiling

This commit is contained in:
James Rowe 2018-01-11 20:38:17 -07:00
parent bd5740a721
commit 41830b061a
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