engine.cmake: sort unix files abit.
This commit is contained in:
parent
ea0edcf07f
commit
8ff2a3d37f
1 changed files with 9 additions and 5 deletions
14
engine.cmake
14
engine.cmake
|
|
@ -108,18 +108,22 @@ set(ENGINE_PLATFORM_WIN32_SRC
|
||||||
)
|
)
|
||||||
|
|
||||||
set(ENGINE_PLATFORM_UNIX_SRC
|
set(ENGINE_PLATFORM_UNIX_SRC
|
||||||
source/Platform/Unix/Xlib.cpp
|
|
||||||
source/Platform/Unix/UnixApplication.cpp
|
source/Platform/Unix/UnixApplication.cpp
|
||||||
source/Platform/Unix/X11Display.cpp
|
source/Platform/Unix/UnixSystem.cpp
|
||||||
|
source/Platform/Unix/UnixMisc.cpp
|
||||||
|
|
||||||
|
# GLContext
|
||||||
source/Platform/Unix/GLXContext.cpp
|
source/Platform/Unix/GLXContext.cpp
|
||||||
|
source/Platform/Unix/glad_glx.c
|
||||||
|
|
||||||
|
# X11
|
||||||
|
source/Platform/Unix/Xlib.cpp
|
||||||
|
source/Platform/Unix/X11Display.cpp
|
||||||
source/Platform/Unix/X11Input.cpp
|
source/Platform/Unix/X11Input.cpp
|
||||||
source/Platform/Unix/X11Keyboard.cpp
|
source/Platform/Unix/X11Keyboard.cpp
|
||||||
source/Platform/Unix/X11Mouse.cpp
|
source/Platform/Unix/X11Mouse.cpp
|
||||||
source/Platform/Unix/X11EventQueue.cpp
|
source/Platform/Unix/X11EventQueue.cpp
|
||||||
source/Platform/Unix/X11WindowEventHandler.cpp
|
source/Platform/Unix/X11WindowEventHandler.cpp
|
||||||
source/Platform/Unix/UnixMisc.cpp
|
|
||||||
source/Platform/Unix/UnixSystem.cpp
|
|
||||||
source/Platform/Unix/glad_glx.c
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue