File: CMakeLists.txt

package info (click to toggle)
kservice 5.116.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 24,332 kB
  • sloc: cpp: 15,664; lex: 170; yacc: 144; xml: 87; sh: 21; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
project("plugintest")

include(ECMAddTests)

ecm_add_test(plugintest.cpp main.cpp
             TEST_NAME kservice-pluginloadertest
	     LINK_LIBRARIES Qt${QT_MAJOR_VERSION}::Core KF5::Service)