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 ()
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})
#gtest_discover_tests(${PROJECT_NAME})