File: CMakeLists.txt

package info (click to toggle)
amarok 3.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 112,168 kB
  • sloc: cpp: 195,056; xml: 4,322; ansic: 2,634; javascript: 673; ruby: 528; python: 507; sh: 252; makefile: 12
file content (12 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
include_directories( .
  ${AMAROK_TEST_TREE}
  ${CMAKE_BINARY_DIR}/tests
)

#------------------------ Test ActionsCapability -----------------------------

set( testactionscapability_SRCS TestActionsCapability.cpp )
add_executable( testactionscapability ${testactionscapability_SRCS} )
add_test(NAME testactionscapability COMMAND $<TARGET_FILE:testactionscapability>)
ecm_mark_as_test(testactionscapability)
target_link_libraries( testactionscapability Qt::Gui Qt::Test amarokcore amaroklib )