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

0001 include(ECMAddTests)
0002 
0003 ecm_add_test(
0004     ${CMAKE_SOURCE_DIR}/src/maps.h
0005     ${CMAKE_SOURCE_DIR}/src/module.cpp
0006     ${CMAKE_BINARY_DIR}/src/debug.cpp
0007     mapstest.cpp
0008     TEST_NAME mapstest
0009     LINK_LIBRARIES Qt${QT_MAJOR_VERSION}::Test KF${QT_MAJOR_VERSION}PulseAudioQt PkgConfig::LIBPULSE
0010 )