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 ()
|
||||
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})
|
||||
|
|
Loading…
Reference in a new issue