mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Dolphin now builds on Linux with only Source/Core as include dir
This commit is contained in:
@ -474,18 +474,6 @@ endif()
|
||||
#
|
||||
include_directories(Source/Core)
|
||||
|
||||
# TODO(delroth): Remove when relative-includes is done.
|
||||
include_directories(Source/Core/AudioCommon)
|
||||
include_directories(Source/Core/Common)
|
||||
include_directories(Source/Core/Core)
|
||||
include_directories(Source/Core/DebuggerUICommon)
|
||||
include_directories(Source/Core/DebuggerWX)
|
||||
include_directories(Source/Core/DiscIO)
|
||||
include_directories(Source/Core/DolphinWX)
|
||||
include_directories(Source/Core/InputCommon)
|
||||
include_directories(Source/Core/VideoCommon)
|
||||
include_directories(Source/Core/VideoUICommon)
|
||||
|
||||
########################################
|
||||
# Process externals and setup their include directories
|
||||
#
|
||||
|
Reference in New Issue
Block a user