From fce2bb770d17a0f9487fd490eecf6c074c7a7273 Mon Sep 17 00:00:00 2001 From: Ratchanan Srirattanamet Date: Thu, 14 Dec 2023 04:13:48 +0700 Subject: tests: remove no longer needed parts --- tests/utils/CMakeLists.txt | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 tests/utils/CMakeLists.txt (limited to 'tests/utils/CMakeLists.txt') diff --git a/tests/utils/CMakeLists.txt b/tests/utils/CMakeLists.txt deleted file mode 100644 index cec97ef..0000000 --- a/tests/utils/CMakeLists.txt +++ /dev/null @@ -1,16 +0,0 @@ -include_directories( - ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_CURRENT_SOURCE_DIR} -) - -add_library( - test-utils - STATIC - qmain.cpp -) - -target_link_libraries( - test-utils - Qt5::Core - Qt5::DBus -) -- cgit v1.2.3