Warning, /frameworks/sonnet/src/plugins/aspell/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 include_directories( ${ASPELL_INCLUDE_DIR})
0003 
0004 
0005 ########### next target ###############
0006 
0007 set(sonnet_aspell_PART_SRCS aspellclient.cpp aspelldict.cpp)
0008 ecm_qt_declare_logging_category(sonnet_aspell_PART_SRCS
0009     HEADER aspell_debug.h
0010     IDENTIFIER SONNET_LOG_ASPELL
0011     CATEGORY_NAME kf.sonnet.clients.aspell
0012     OLD_CATEGORY_NAMES sonnet.plugins.aspell
0013     DESCRIPTION "Sonnet Aspell plugin"
0014     EXPORT SONNET
0015 )
0016 
0017 add_library(sonnet_aspell MODULE ${sonnet_aspell_PART_SRCS})
0018 
0019 target_link_libraries(sonnet_aspell PRIVATE KF5::SonnetCore ${ASPELL_LIBRARIES})
0020 
0021 install(TARGETS sonnet_aspell  DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf${QT_MAJOR_VERSION}/sonnet/)