mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 02:42:52 +00:00
14 lines
251 B
CMake
14 lines
251 B
CMake
add_subdirectory(mandelbrot)
|
|
add_subdirectory(potd)
|
|
add_subdirectory(virus)
|
|
add_subdirectory(weather)
|
|
add_subdirectory(qmlwallpapers)
|
|
|
|
if(MARBLE_FOUND)
|
|
add_subdirectory(marble)
|
|
endif()
|
|
|
|
if(QIMAGEBLITZ_FOUND)
|
|
add_subdirectory(pattern)
|
|
endif()
|
|
|