Warning, /pim/akonadi-notes/autotests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: none
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 include(ECMMarkAsTest)
0004 find_package(Qt6Test ${QT_REQUIRED_VERSION} CONFIG REQUIRED)
0005 
0006 add_executable(notestest notestest.cpp)
0007 add_test(NAME notestest COMMAND notestest)
0008 ecm_mark_as_test(notestest)
0009 target_link_libraries(notestest KPim6AkonadiNotes KPim6::Mime Qt::Test)
0010 
0011 set(CMAKE_PREFIX_PATH ../)