engine.cmake: fix ENGINE_PLATFORM_UNIX_SRC. they are in Unix directory not X11
This commit is contained in:
parent
f2fc9d46b8
commit
54aefa4bdd
1 changed files with 12 additions and 12 deletions
24
engine.cmake
24
engine.cmake
|
|
@ -107,18 +107,18 @@ set(ENGINE_PLATFORM_WIN32_SRC
|
||||||
)
|
)
|
||||||
|
|
||||||
set(ENGINE_PLATFORM_UNIX_SRC
|
set(ENGINE_PLATFORM_UNIX_SRC
|
||||||
source/Platform/X11/Xlib.cpp
|
source/Platform/Unix/Xlib.cpp
|
||||||
source/Platform/X11/UnixApplication.cpp
|
source/Platform/Unix/UnixApplication.cpp
|
||||||
source/Platform/X11/X11Display.cpp
|
source/Platform/Unix/X11Display.cpp
|
||||||
source/Platform/X11/GLXContext.cpp
|
source/Platform/Unix/GLXContext.cpp
|
||||||
source/Platform/X11/X11Input.cpp
|
source/Platform/Unix/X11Input.cpp
|
||||||
source/Platform/X11/X11Keyboard.cpp
|
source/Platform/Unix/X11Keyboard.cpp
|
||||||
source/Platform/X11/X11Mouse.cpp
|
source/Platform/Unix/X11Mouse.cpp
|
||||||
source/Platform/X11/X11EventQueue.cpp
|
source/Platform/Unix/X11EventQueue.cpp
|
||||||
source/Platform/X11/X11WindowEventHandler.cpp
|
source/Platform/Unix/X11WindowEventHandler.cpp
|
||||||
source/Platform/X11/UnixMisc.cpp
|
source/Platform/Unix/UnixMisc.cpp
|
||||||
source/Platform/X11/UnixSystem.cpp
|
source/Platform/Unix/UnixSystem.cpp
|
||||||
source/Platform/X11/glad_glx.c
|
source/Platform/Unix/glad_glx.c
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue