fix dependency names for the tests

This commit is contained in:
Rasmus Karlsson 2021-02-21 15:08:38 +01:00
parent 7abed7e870
commit 30ca3d6615

View file

@ -56,9 +56,9 @@ if (USE_PACKAGE_MANAGER)
else () else ()
target_link_libraries(${PROJECT_NAME} target_link_libraries(${PROJECT_NAME}
gtest gtest_main gtest gtest_main
Serialize::Serialize Pajlada::Serialize
Settings::Settings Pajlada::Settings
Signals::Signals Pajlada::Signals
) )
endif () endif ()