1 set(SOURCES GUIDialogPictureInfo.cpp
2 GUIViewStatePictures.cpp
6 PictureFolderImageFileLoader.cpp
9 PictureScalingAlgorithm.cpp
10 PictureThumbLoader.cpp
11 SlideShowDelegator.cpp
14 set(HEADERS interfaces/ISlideShowDelegate.h
15 GUIDialogPictureInfo.h
16 GUIViewStatePictures.h
20 PictureFolderImageFileLoader.h
23 PictureScalingAlgorithm.h
28 if(TARGET ${APP_NAME_LC}::OpenGl)
29 list(APPEND SOURCES SlideShowPictureGL.cpp)
30 list(APPEND HEADERS SlideShowPictureGL.h)
33 if(TARGET ${APP_NAME_LC}::OpenGLES)
34 list(APPEND SOURCES SlideShowPictureGLES.cpp)
35 list(APPEND HEADERS SlideShowPictureGLES.h)
38 if(CORE_SYSTEM_NAME STREQUAL windows OR CORE_SYSTEM_NAME STREQUAL windowsstore)
39 list(APPEND SOURCES SlideShowPictureDX.cpp)
40 list(APPEND HEADERS SlideShowPictureDX.h)
43 core_add_library(pictures)