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