Moved linux specific files to folder platform/linux
This commit is contained in:
@@ -85,8 +85,8 @@ else()
|
|||||||
|
|
||||||
find_package(X11 REQUIRED)
|
find_package(X11 REQUIRED)
|
||||||
set(PLATFORM_TARGET_FILES
|
set(PLATFORM_TARGET_FILES
|
||||||
sunshine/platform/linux.cpp
|
sunshine/platform/linux/display.cpp
|
||||||
sunshine/platform/linux_evdev.cpp)
|
sunshine/platform/linux/input.cpp)
|
||||||
|
|
||||||
set(PLATFORM_LIBRARIES
|
set(PLATFORM_LIBRARIES
|
||||||
Xfixes
|
Xfixes
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// Created by loki on 6/21/19.
|
// Created by loki on 6/21/19.
|
||||||
//
|
//
|
||||||
|
|
||||||
#include "common.h"
|
#include "sunshine/platform/common.h"
|
||||||
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <bitset>
|
#include <bitset>
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
|
|
||||||
#include "common.h"
|
#include "sunshine/platform/common.h"
|
||||||
#include "sunshine/main.h"
|
#include "sunshine/main.h"
|
||||||
#include "sunshine/utility.h"
|
#include "sunshine/utility.h"
|
||||||
|
|
||||||
Reference in New Issue
Block a user