diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-12-05 10:59:44 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-01-23 17:12:44 +0100 |
commit | a1fcad591968ec717214a73a2dbe78f608207bc5 (patch) | |
tree | d8b8bc5823e3ac98192d9e37491acb0058cd7fe5 /CMakeLists.txt | |
parent | 8183a33c130f1284404edc61767ff6d29402d200 (diff) | |
download | libquotient-a1fcad591968ec717214a73a2dbe78f608207bc5.tar.gz libquotient-a1fcad591968ec717214a73a2dbe78f608207bc5.zip |
Move away Omittable static tests to autotests/
These are not required to build libQuotient, and omittable.cpp entirely
consisted of them.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ddf11680..89eb996a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -127,7 +127,7 @@ list(APPEND lib_SRCS lib/quotient_common.h lib/quotient_export.h lib/function_traits.h lib/function_traits.cpp - lib/omittable.h lib/omittable.cpp + lib/omittable.h lib/networkaccessmanager.h lib/networkaccessmanager.cpp lib/connectiondata.h lib/connectiondata.cpp lib/connection.h lib/connection.cpp |