mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-25 22:50:15 +00:00
Fix for citra_qt not including SDL2
This commit is contained in:
parent
edfc54289b
commit
3d3ec5b6a1
@ -2,6 +2,8 @@ set(CMAKE_AUTOMOC ON)
|
|||||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||||
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/CMakeModules)
|
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/CMakeModules)
|
||||||
|
|
||||||
|
include_directories(${SDL2_INCLUDE_DIR})
|
||||||
|
|
||||||
set(SRCS
|
set(SRCS
|
||||||
config.cpp
|
config.cpp
|
||||||
debugger/callstack.cpp
|
debugger/callstack.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user