From 2c303b5bf2e62febfa5c94d299960aadb5af3d5c Mon Sep 17 00:00:00 2001 From: WerWolv Date: Mon, 16 Dec 2024 21:47:40 +0100 Subject: [PATCH] build: Actually fixed unit tests --- tests/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 4b142e692..979391fd5 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -5,6 +5,4 @@ target_compile_definitions(tests_common PUBLIC IMHEX_PROJECT_NAME="${PROJECT_NAM add_subdirectory(helpers) add_subdirectory(algorithms) -add_subdirectory(plugins) - -add_dependencies(unit_tests imhex_all helpers algorithms plugins) \ No newline at end of file +add_subdirectory(plugins) \ No newline at end of file