Merge pull request #25922 from sarbes/shader-cleanup
[xbmc.git] / xbmc / storage / CMakeLists.txt
blobeb282bb8444545c7963fc50f2359297295b6da4b
1 set(SOURCES AutorunMediaJob.cpp
2             MediaManager.cpp)
4 set(HEADERS AutorunMediaJob.h
5             IStorageProvider.h
6             MediaManager.h)
8 if(ENABLE_OPTICAL)
9   list(APPEND SOURCES cdioSupport.cpp
10                       DetectDVDType.cpp)
11   list(APPEND HEADERS cdioSupport.h
12                       DetectDVDType.h
13                       discs/IDiscDriveHandler.h)
14 endif()
16 core_add_library(storage)