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