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
[WASAPI] set stream audio category
[xbmc.git]
/
xbmc
/
cores
/
RetroPlayer
/
CMakeLists.txt
blob
3e78c544dcf11ed0f31616c4609498d8ac4e99b6
1
set(SOURCES RetroPlayer.cpp
2
RetroPlayerAutoSave.cpp
3
RetroPlayerInput.cpp
4
RetroPlayerUtils.cpp
5
)
6
7
set(HEADERS RetroPlayer.h
8
RetroPlayerAutoSave.h
9
RetroPlayerInput.h
10
RetroPlayerTypes.h
11
RetroPlayerUtils.h
12
)
13
14
core_add_library(retroplayer)