File: CMakeLists.txt

package info (click to toggle)
kblog 4%3A18.08.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 952 kB
  • sloc: cpp: 6,537; makefile: 5; sh: 1
file content (19 lines) | stat: -rw-r--r-- 620 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include(ECMAddTests)

find_package(Qt5Test CONFIG REQUIRED)

########### next target ###############

ecm_add_tests(testblogcomment.cpp testblogger1.cpp testgdata.cpp testmetaweblog.cpp testmovabletype.cpp testwordpressbuggy.cpp testblogpost.cpp testblogmedia.cpp
    NAME_PREFIX "kblog-"
    LINK_LIBRARIES KF5Blog Qt5::Test
)

# ########### next target ###############

#  set(testlivejournal_SRCS testlivejournal.cpp)
#
# add_executable(testlivejournal ${testlivejournal_SRCS})
# add_test(testlivejournal testlivejournal)
# ecm_mark_as_test(testlivejournal)
# target_link_libraries(testlivejournal KF5Blog Qt5::Test)