summaryrefslogtreecommitdiffstats
path: root/xbmc/games/dialogs/CMakeLists.txt
blob: d6c9a16c6a3472e6acf016b333510b8a8606e723 (plain)
1
2
3
4
5
6
7
8
9
10
set(SOURCES GUIDialogSelectGameClient.cpp
            GUIDialogSelectSavestate.cpp
)

set(HEADERS DialogGameDefines.h
            GUIDialogSelectGameClient.h
            GUIDialogSelectSavestate.h
)

core_add_library(gamedialogs)