Warning, /pim/messagelib/webengineviewer/src/urlinterceptor/blockexternalresourcesurlinterceptor/autotests/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # SPDX-License-Identifier: CC0-1.0 0002 # SPDX-FileCopyrightText: none 0003 macro(add_messageviewer_blockexternalresource_unittest _source) 0004 get_filename_component(_name ${_source} NAME_WE) 0005 ecm_add_test(${_source} ${_name}.h 0006 TEST_NAME ${_name} 0007 NAME_PREFIX "messageviewer-" 0008 LINK_LIBRARIES KPim6::MessageViewer KPim6::WebEngineViewer Qt::Test 0009 ) 0010 endmacro () 0011 0012 add_messageviewer_blockexternalresource_unittest(blockexternalresourcesurlinterceptortest.cpp)