kde-extraapps/kdeplasma-addons/wallpapers/CMakeLists.txt
Ivailo Monev be3042c58d kdeplasma-addons: remove mandlebrot wallpaper
requires SSE2 capable CPU, does not work otherwise and uses internal
Eigen2 functions thus porting to Eigen3 is possible but likely to
require further changes and refactoring in the future

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-18 17:47:21 +00:00

10 lines
187 B
CMake

add_subdirectory(potd)
add_subdirectory(virus)
add_subdirectory(weather)
add_subdirectory(qmlwallpapers)
if(MARBLE_FOUND)
add_subdirectory(marble)
endif()
add_subdirectory(pattern)