summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-05-25 10:14:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-06-30 16:08:12 +0900
commit7e90bb1967477b331f134e27d6f0ea4cc69ffb0a (patch)
treed84a9a28035f9d9f86a76dfdb41e7a35fe2ca381 /src/CMakeLists.txt
parentf95d80e61e0b55201184b844cbf059efc574c2f0 (diff)
downloadktorrent-7e90bb19.tar.gz
ktorrent-7e90bb19.zip
Add cmake rules for utests and fix tester program
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit edc958f6e74feb036c90bfa55f40df1c55c37153)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a380326..8987cae 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -17,3 +17,4 @@ add_subdirectory( libktorrent )
add_subdirectory( plugins )
add_subdirectory( apps )
add_subdirectory( scripts )
+add_subdirectory( utests )