blob: eb282bb8444545c7963fc50f2359297295b6da4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
set(SOURCES AutorunMediaJob.cpp
MediaManager.cpp)
set(HEADERS AutorunMediaJob.h
IStorageProvider.h
MediaManager.h)
if(ENABLE_OPTICAL)
list(APPEND SOURCES cdioSupport.cpp
DetectDVDType.cpp)
list(APPEND HEADERS cdioSupport.h
DetectDVDType.h
discs/IDiscDriveHandler.h)
endif()
core_add_library(storage)
|