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

0001 include_directories( .
0002   ${AMAROK_TEST_TREE}
0003   ${CMAKE_BINARY_DIR}/tests
0004 )
0005 
0006 #------------------------ Test MetaCapability -----------------------------
0007 
0008 set( testmetacapability_SRCS TestMetaCapability.cpp )
0009 add_executable( testmetacapability ${testmetacapability_SRCS} )
0010 add_test(NAME testmetacapability COMMAND $<TARGET_FILE:testmetacapability>)
0011 ecm_mark_as_test(testmetacapability)
0012 target_link_libraries( testmetacapability Qt5::Gui Qt5::Test amarokcore )