fix cmakelists

This commit is contained in:
ebbit1q 2025-10-03 12:57:41 +02:00
parent 194aae1954
commit 670d868e6d

View file

@ -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)