Warning, /office/calligra/cmake/productsets/osx.cmake is written in an unsupported language. File is not indexed.

0001 #defines the set of products commonly wanted for classic Desktop environment with OS X
0002 # TODO: platform specific things should be handled in toplevel CMakeLists.txt
0003 
0004 calligra_define_productset(OSX "Calligra for OS X Desktop"
0005     OPTIONAL
0006         # apps
0007         BRAINDUMP
0008         KARBON
0009         SHEETS
0010         STAGE
0011         WORDS
0012         # features
0013         FEATURE_SCRIPTING
0014         FEATURE_RDF
0015         # extras
0016         APP_CALLIGRA
0017         APP_CONVERTER
0018         FILEMANAGER
0019         OKULAR
0020         # docs
0021         DOC
0022 )