Warning, /pim/libksieve/src/ksieveui/editor/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # SPDX-FileCopyrightText: 2011-2024 Laurent Montel <montel@kde.org> 0002 # SPDX-License-Identifier: BSD-3-Clause 0003 0004 include_directories(${libksieve_SOURCE_DIR} 0005 ${libksieve_SOURCE_DIR}/src/ksieveui/scriptsparsing 0006 ) 0007 0008 0009 set(editorsieve_gui_SRCS editorsieve_gui.cpp ../../tests/capability.cpp editorsieve_gui.h ../../tests/capability.h) 0010 add_executable(editorsieve_gui ${editorsieve_gui_SRCS}) 0011 target_link_libraries(editorsieve_gui 0012 KPim6KSieveUi 0013 KPim6::PimCommon 0014 KF6::I18n 0015 Qt::PrintSupport 0016 KF6::SyntaxHighlighting 0017 ) 0018