repo.or.cz
/
xbmc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Windows] Fix driver version detection of AMD RDNA+ GPU on Windows 10
[xbmc.git]
/
xbmc
/
events
/
CMakeLists.txt
blob
1a490e0254bd7bd5eb27805344905ff0c070f02a
1
set(SOURCES AddonEvent.cpp
2
AddonManagementEvent.cpp
3
BaseEvent.cpp
4
EventLog.cpp
5
EventLogManager.cpp
6
MediaLibraryEvent.cpp)
7
8
set(HEADERS AddonEvent.h
9
AddonManagementEvent.h
10
BaseEvent.h
11
EventLog.h
12
EventLogManager.h
13
IEvent.h
14
MediaLibraryEvent.h
15
NotificationEvent.h
16
UniqueEvent.h)
17
18
core_add_library(events)