mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
10 lines
328 B
CMake
10 lines
328 B
CMake
|
|
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 )
|
|
|