okular/active/CMakeLists.txt

14 lines
349 B
CMake
Raw Normal View History

2014-08-06 20:51:03 +00:00
find_package(ActiveApp "0.1")
set_package_properties("ActiveApp" PROPERTIES
DESCRIPTION "Support for developing applications for Plasma Active"
URL "https://projects.kde.org/projects/extragear/base/plasma-mobile"
TYPE OPTIONAL)
2012-05-14 18:38:35 +00:00
if (ACTIVEAPP_FOUND)
add_subdirectory( app )
endif (ACTIVEAPP_FOUND)
add_subdirectory( components )