Clean up fontsmanager
This commit is contained in:
parent
076e32b1d6
commit
64f0b3e77a
26 changed files with 111 additions and 89 deletions
|
@ -79,9 +79,13 @@ endif()
|
|||
list(APPEND windows_LIB_INCLUDES
|
||||
ui_interfaces/AbstractUiInterface.h
|
||||
ui_interfaces/UiInterfaceFactory.cpp
|
||||
managers/WindowManager.h
|
||||
managers/DesktopManager.h
|
||||
managers/EventManager.h
|
||||
managers/WindowManager.cpp
|
||||
managers/DesktopManager.cpp
|
||||
managers/EventManager.cpp)
|
||||
managers/EventManager.cpp
|
||||
)
|
||||
|
||||
# add the library
|
||||
add_library(windows SHARED ${windows_LIB_INCLUDES} ${platform_INCLUDES})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue