mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fix dependency names for the tests
This commit is contained in:
parent
7abed7e870
commit
30ca3d6615
|
@ -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 ()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue