mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-16 07:22:16 -07:00
Convert structure to open-std Document P1204R0: Canonical Project Structure
Took 2 hours 50 minutes
This commit is contained in:
parent
3e0cf97dff
commit
3fb9689bbb
585 changed files with 1548 additions and 1584 deletions
|
|
@ -20,9 +20,8 @@ add_executable(carddatabase_test ${MOCKS_SOURCES} ${VERSION_STRING_CPP} carddata
|
|||
|
||||
target_link_libraries(
|
||||
carddatabase_test
|
||||
PRIVATE cockatrice_card
|
||||
PRIVATE cockatrice_settings
|
||||
PRIVATE cockatrice_common
|
||||
PRIVATE libcockatrice_card
|
||||
PRIVATE libcockatrice_settings
|
||||
PRIVATE Threads::Threads
|
||||
PRIVATE ${GTEST_BOTH_LIBRARIES}
|
||||
PRIVATE ${TEST_QT_MODULES}
|
||||
|
|
@ -46,9 +45,8 @@ add_executable(
|
|||
|
||||
target_link_libraries(
|
||||
filter_string_test
|
||||
PRIVATE cockatrice_card
|
||||
PRIVATE cockatrice_settings
|
||||
PRIVATE cockatrice_common
|
||||
PRIVATE libcockatrice_card
|
||||
PRIVATE libcockatrice_settings
|
||||
PRIVATE Threads::Threads
|
||||
PRIVATE ${GTEST_BOTH_LIBRARIES}
|
||||
PRIVATE ${TEST_QT_MODULES}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue