blob: 7eebbbe0b190e355a2c495370fef1db45d276752 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_SOURCE_DIR}/src
${CMAKE_SOURCE_DIR}/src/libktorrent
)
##### ktorrent (executable)
tde_add_check_executable( ktutester AUTOMOC
SOURCES
unittest.cpp testrunner.cpp main.cpp upnpparsedescriptiontest.cpp upnpparseresponsetest.cpp
dhtmsgparsetest.cpp biginttest.cpp rc4test.cpp difflehellmantest.cpp
LINK
ktupnp-static
ktorrent-shared tdecore-shared tdeui-shared tdeio-shared DCOP-shared
)
|