Warning, /multimedia/amarok/tests/core/collections/support/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 TrackForUrlWorker ----------------------------- 0007 0008 set( testtrackforurlworker_SRCS TestTrackForUrlWorker.cpp ../../../mocks/MockTrackForUrlWorker.cpp ) 0009 add_executable( testtrackforurlworker ${testtrackforurlworker_SRCS} ) 0010 add_test(NAME testtrackforurlworker COMMAND $<TARGET_FILE:testtrackforurlworker>) 0011 ecm_mark_as_test(testtrackforurlworker) 0012 target_link_libraries( testtrackforurlworker Qt5::Test KF5::ThreadWeaver amarokcore amaroklib )