summaryrefslogtreecommitdiffstats
path: root/xbmc/commons/CMakeLists.txt
blob: ff6245df2a10cc27231a6f7b946e7848c40f2c6a (plain)
1
2
3
4
5
6
7
set(SOURCES Exception.cpp)

set(HEADERS Buffer.h
            Exception.h
            ilog.h)

core_add_library(commons)