From 30ca3d66152f1994eb7a5dc997d992b281ddd270 Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Sun, 21 Feb 2021 15:08:38 +0100 Subject: [PATCH] fix dependency names for the tests --- tests/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 23d4d3886..33658b62c 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -56,9 +56,9 @@ if (USE_PACKAGE_MANAGER) else () target_link_libraries(${PROJECT_NAME} gtest gtest_main - Serialize::Serialize - Settings::Settings - Signals::Signals + Pajlada::Serialize + Pajlada::Settings + Pajlada::Signals ) endif () @@ -68,4 +68,4 @@ if (WIN32) target_compile_definitions(${PROJECT_NAME} PRIVATE USEWINSDK) endif () -#gtest_discover_tests(${PROJECT_NAME}) \ No newline at end of file +#gtest_discover_tests(${PROJECT_NAME})