mirror of https://github.com/AxioDL/metaforce.git
82 lines
1.8 KiB
CMake
82 lines
1.8 KiB
CMake
set(GUISYS_SOURCES
|
|
CSplashScreen.cpp
|
|
CSplashScreen.hpp
|
|
CGuiObject.cpp
|
|
CGuiObject.hpp
|
|
CConsoleOutputWindow.cpp
|
|
CConsoleOutputWindow.hpp
|
|
CAuiEnergyBarT01.cpp
|
|
CAuiEnergyBarT01.hpp
|
|
CAuiImagePane.cpp
|
|
CAuiImagePane.hpp
|
|
CAuiMeter.cpp
|
|
CAuiMeter.hpp
|
|
CConsoleOutputWindow.cpp
|
|
CConsoleOutputWindow.hpp
|
|
CErrorOutputWindow.cpp
|
|
CErrorOutputWindow.hpp
|
|
CGuiCamera.cpp
|
|
CGuiCamera.hpp
|
|
CGuiFrame.cpp
|
|
CGuiFrame.hpp
|
|
CGuiLight.cpp
|
|
CGuiLight.hpp
|
|
CGuiModel.cpp
|
|
CGuiModel.hpp
|
|
CGuiSliderGroup.cpp
|
|
CGuiSliderGroup.hpp
|
|
CGuiStaticImage.cpp
|
|
CGuiStaticImage.hpp
|
|
CGuiSys.cpp
|
|
CGuiSys.hpp
|
|
CGuiTableGroup.cpp
|
|
CGuiTableGroup.hpp
|
|
CGuiTextPane.cpp
|
|
CGuiTextPane.hpp
|
|
CGuiTextSupport.cpp
|
|
CGuiTextSupport.hpp
|
|
CGuiWidget.cpp
|
|
CGuiWidgetDrawParms.cpp
|
|
CGuiWidgetDrawParms.hpp
|
|
CGuiWidget.hpp
|
|
CMakeLists.txt
|
|
CSplashScreen.cpp
|
|
CSplashScreen.hpp
|
|
CGuiCompoundWidget.cpp
|
|
CGuiCompoundWidget.hpp
|
|
CSaveableState.cpp
|
|
CSaveableState.hpp
|
|
CDrawStringOptions.cpp
|
|
CDrawStringOptions.hpp
|
|
CRasterFont.cpp
|
|
CRasterFont.hpp
|
|
CGuiGroup.cpp
|
|
CGuiGroup.hpp
|
|
CGuiWidgetIdDB.cpp
|
|
CGuiWidgetIdDB.hpp
|
|
CGuiHeadWidget.cpp
|
|
CGuiHeadWidget.hpp
|
|
CGuiBackground.cpp
|
|
CGuiBackground.hpp
|
|
CGuiPane.cpp
|
|
CGuiPane.hpp
|
|
CFontRenderState.cpp
|
|
CFontRenderState.hpp
|
|
CTextExecuteBuffer.cpp
|
|
CTextExecuteBuffer.hpp
|
|
CTextRenderBuffer.cpp
|
|
CTextRenderBuffer.hpp
|
|
CInstruction.cpp
|
|
CInstruction.hpp
|
|
CTextParser.cpp
|
|
CTextParser.hpp
|
|
CWordBreakTables.cpp
|
|
CWordBreakTables.hpp
|
|
CFontImageDef.cpp
|
|
CFontImageDef.hpp
|
|
ITweakGui.hpp
|
|
CStringTable.cpp
|
|
CStringTable.hpp)
|
|
|
|
runtime_add_list(GuiSys GUISYS_SOURCES)
|