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
Merge pull request #25808 from CastagnaIT/fix_url_parse
[xbmc.git]
/
xbmc
/
filesystem
/
test
/
CMakeLists.txt
blob
c8ecfe29889d4b54f66a5b87f4ddd3e6209f3e8b
1
set(SOURCES TestDirectory.cpp
2
TestFile.cpp
3
TestFileFactory.cpp
4
TestZipFile.cpp
5
TestZipManager.cpp)
6
7
if(TARGET ${APP_NAME_LC}::MicroHttpd)
8
list(APPEND SOURCES TestHTTPDirectory.cpp)
9
endif()
10
11
if(TARGET ${APP_NAME_LC}::NFS)
12
list(APPEND SOURCES TestNfsFile.cpp)
13
endif()
14
15
core_add_test_library(filesystem_test)