mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
Properly name lib targets.
Took 24 minutes
This commit is contained in:
parent
408b732854
commit
2ce855cb17
11 changed files with 34 additions and 34 deletions
|
|
@ -27,8 +27,8 @@ add_executable(carddatabase_test
|
|||
)
|
||||
|
||||
target_link_libraries(carddatabase_test
|
||||
PRIVATE cardlib
|
||||
PRIVATE settingslib
|
||||
PRIVATE cockatrice_card
|
||||
PRIVATE cockatrice_settings
|
||||
PRIVATE cockatrice_common
|
||||
PRIVATE Threads::Threads
|
||||
PRIVATE ${GTEST_BOTH_LIBRARIES}
|
||||
|
|
@ -51,8 +51,8 @@ add_executable(filter_string_test
|
|||
)
|
||||
|
||||
target_link_libraries(filter_string_test
|
||||
PRIVATE cardlib
|
||||
PRIVATE settingslib
|
||||
PRIVATE cockatrice_card
|
||||
PRIVATE cockatrice_settings
|
||||
PRIVATE cockatrice_common
|
||||
PRIVATE Threads::Threads
|
||||
PRIVATE ${GTEST_BOTH_LIBRARIES}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue