mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 02:42:52 +00:00
11 lines
328 B
Text
11 lines
328 B
Text
![]() |
|
||
|
macro_optional_find_package(ActiveApp)
|
||
|
macro_log_feature(ACTIVEAPP_FOUND "ActiveApp" "Support for developing applications for Plasma Active" "https://projects.kde.org/projects/extragear/base/plasma-mobile" FALSE "0.1")
|
||
|
|
||
|
if (ACTIVEAPP_FOUND)
|
||
|
add_subdirectory( app )
|
||
|
endif (ACTIVEAPP_FOUND)
|
||
|
|
||
|
add_subdirectory( components )
|
||
|
|