v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
105
source/frontend/CMakeLists.txt
Normal file
105
source/frontend/CMakeLists.txt
Normal file
|
@ -0,0 +1,105 @@
|
|||
INCLUDE_DIRECTORIES (
|
||||
${STAR_EXTERN_INCLUDES}
|
||||
${STAR_CORE_INCLUDES}
|
||||
${STAR_BASE_INCLUDES}
|
||||
${STAR_GAME_INCLUDES}
|
||||
${STAR_PLATFORM_INCLUDES}
|
||||
${STAR_APPLICATION_INCLUDES}
|
||||
${STAR_RENDERING_INCLUDES}
|
||||
${STAR_WINDOWING_INCLUDES}
|
||||
${STAR_FRONTEND_INCLUDES}
|
||||
)
|
||||
|
||||
SET (star_frontend_HEADERS
|
||||
StarActionBar.hpp
|
||||
StarAiInterface.hpp
|
||||
StarBookmarkInterface.hpp
|
||||
StarChat.hpp
|
||||
StarCharCreation.hpp
|
||||
StarCharSelection.hpp
|
||||
StarChatBubbleSeparation.hpp
|
||||
StarChatBubbleManager.hpp
|
||||
StarCinematic.hpp
|
||||
StarClientCommandProcessor.hpp
|
||||
StarCodexInterface.hpp
|
||||
StarConfirmationDialog.hpp
|
||||
StarContainerInterface.hpp
|
||||
StarContainerInteractor.hpp
|
||||
StarCraftingInterface.hpp
|
||||
StarErrorScreen.hpp
|
||||
StarGraphicsMenu.hpp
|
||||
StarInventory.hpp
|
||||
StarInterfaceCursor.hpp
|
||||
StarItemTooltip.hpp
|
||||
StarJoinRequestDialog.hpp
|
||||
StarKeybindingsMenu.hpp
|
||||
StarMainInterface.hpp
|
||||
StarMainInterfaceTypes.hpp
|
||||
StarMainMixer.hpp
|
||||
StarMerchantInterface.hpp
|
||||
StarModsMenu.hpp
|
||||
StarNameplatePainter.hpp
|
||||
StarOptionsMenu.hpp
|
||||
StarPopupInterface.hpp
|
||||
StarQuestIndicatorPainter.hpp
|
||||
StarQuestInterface.hpp
|
||||
StarQuestTracker.hpp
|
||||
StarRadioMessagePopup.hpp
|
||||
StarTeamBar.hpp
|
||||
StarTitleScreen.hpp
|
||||
StarScriptPane.hpp
|
||||
StarSimpleTooltip.hpp
|
||||
StarSongbookInterface.hpp
|
||||
StarStatusPane.hpp
|
||||
StarTeleportDialog.hpp
|
||||
StarWidgetLuaBindings.hpp
|
||||
StarWireInterface.hpp
|
||||
)
|
||||
|
||||
SET (star_frontend_SOURCES
|
||||
StarActionBar.cpp
|
||||
StarAiInterface.cpp
|
||||
StarBookmarkInterface.cpp
|
||||
StarChat.cpp
|
||||
StarCharCreation.cpp
|
||||
StarCharSelection.cpp
|
||||
StarChatBubbleSeparation.cpp
|
||||
StarChatBubbleManager.cpp
|
||||
StarCinematic.cpp
|
||||
StarClientCommandProcessor.cpp
|
||||
StarCodexInterface.cpp
|
||||
StarConfirmationDialog.cpp
|
||||
StarContainerInterface.cpp
|
||||
StarContainerInteractor.cpp
|
||||
StarCraftingInterface.cpp
|
||||
StarErrorScreen.cpp
|
||||
StarGraphicsMenu.cpp
|
||||
StarInventory.cpp
|
||||
StarInterfaceCursor.cpp
|
||||
StarItemTooltip.cpp
|
||||
StarJoinRequestDialog.cpp
|
||||
StarKeybindingsMenu.cpp
|
||||
StarMainInterface.cpp
|
||||
StarMainInterfaceTypes.cpp
|
||||
StarMainMixer.cpp
|
||||
StarMerchantInterface.cpp
|
||||
StarModsMenu.cpp
|
||||
StarNameplatePainter.cpp
|
||||
StarOptionsMenu.cpp
|
||||
StarPopupInterface.cpp
|
||||
StarQuestIndicatorPainter.cpp
|
||||
StarQuestInterface.cpp
|
||||
StarQuestTracker.cpp
|
||||
StarRadioMessagePopup.cpp
|
||||
StarTeamBar.cpp
|
||||
StarTitleScreen.cpp
|
||||
StarScriptPane.cpp
|
||||
StarSimpleTooltip.cpp
|
||||
StarSongbookInterface.cpp
|
||||
StarStatusPane.cpp
|
||||
StarTeleportDialog.cpp
|
||||
StarWidgetLuaBindings.cpp
|
||||
StarWireInterface.cpp
|
||||
)
|
||||
|
||||
ADD_LIBRARY (star_frontend OBJECT ${star_frontend_SOURCES} ${star_frontend_HEADERS})
|
Loading…
Add table
Add a link
Reference in a new issue