Warning, /libraries/kmoretools/autotests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: KDE Contributors
0002 # SPDX-License-Identifier: BSD-2-Clause
0003 
0004 include(ECMMarkAsTest)
0005 include(ECMMarkNonGuiExecutable)
0006 include(ECMAddTests)
0007 
0008 remove_definitions(-DQT_NO_CAST_FROM_ASCII)
0009 
0010 ecm_add_test(kmoretoolstest.cpp ../src/kmoretools_debug.cpp
0011              LINK_LIBRARIES Qt6::Test Qt6::Widgets KF6::I18n KF6::KIOGui KF6::MoreTools
0012              TEST_NAME kmoretoolstest)
0013 
0014 add_executable(kmoretoolstest2 kmoretoolstest2.cpp ../src/kmoretools_debug.cpp)
0015 ecm_mark_as_test(kmoretoolstest2)
0016 target_link_libraries(kmoretoolstest2 Qt6::Test KF6::MoreTools KF6::I18n KF6::KIOGui)