mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 09:33:57 -07:00
fix cmakelists
This commit is contained in:
parent
194aae1954
commit
670d868e6d
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ add_executable(dummy_test dummy_test.cpp)
|
|||
add_executable(expression_test expression_test.cpp)
|
||||
add_executable(test_age_formatting test_age_formatting.cpp)
|
||||
add_executable(password_hash_test password_hash_test.cpp)
|
||||
add_executable(deck_hash_test ../common/decklist.cpp deck_hash_test.cpp)
|
||||
add_executable(deck_hash_test ../common/deck_list.cpp deck_hash_test.cpp)
|
||||
|
||||
find_package(GTest)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue