mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 02:42:51 +00:00
13 lines
295 B
Text
13 lines
295 B
Text
![]() |
project(plasma-runners)
|
||
|
|
||
|
if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
|
||
|
include(FeatureSummary)
|
||
|
|
||
|
find_package(KDELibs4 4.23.0 REQUIRED)
|
||
|
|
||
|
include_directories(${KDE4_INCLUDES})
|
||
|
add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
|
||
|
endif()
|
||
|
|
||
|
add_subdirectory(sleeper)
|