summaryrefslogtreecommitdiffstats
path: root/xbmc/cores/CMakeLists.txt
blob: f0d65975d663e2f3b618f28e984707234fc421cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set(SOURCES DataCacheCore.cpp
            FFmpeg.cpp
            VideoSettings.cpp)

set(HEADERS DataCacheCore.h
            EdlEdit.h
            FFmpeg.h
            GameSettings.h
            IPlayer.h
            IPlayerCallback.h
            MenuType.h
            VideoSettings.h)

core_add_library(cores)