Moved linux specific files to folder platform/linux

This commit is contained in:
loki
2020-04-23 15:48:05 +02:00
parent 4bccec1c39
commit 22418cb613
3 changed files with 4 additions and 4 deletions

View File

@@ -85,8 +85,8 @@ else()
find_package(X11 REQUIRED)
set(PLATFORM_TARGET_FILES
sunshine/platform/linux.cpp
sunshine/platform/linux_evdev.cpp)
sunshine/platform/linux/display.cpp
sunshine/platform/linux/input.cpp)
set(PLATFORM_LIBRARIES
Xfixes