Warning, /multimedia/amarok/tests/core/meta/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_subdirectory( support )
0002 
0003 #------------------------ Test MetaTrack -----------------------------
0004 
0005 set( testmetatrack_SRCS TestMetaTrack.cpp )
0006 add_executable( testmetatrack ${testmetatrack_SRCS} )
0007 add_test(NAME testmetatrack COMMAND $<TARGET_FILE:testmetatrack>)
0008 ecm_mark_as_test(testmetatrack)
0009 target_link_libraries( testmetatrack Qt5::Gui Qt5::Test amarokcore amaroklib )