From d6fa797657f5bc0391341eee70bb920276306fb6 Mon Sep 17 00:00:00 2001 From: Marc Lanctot Date: Thu, 10 Oct 2024 14:55:09 +0000 Subject: [PATCH] Fix games CMakeLists.txt PiperOrigin-RevId: 684443700 Change-Id: Iad3842206b928793ebcc4bd2e88fad576c9c2749 --- open_spiel/games/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/open_spiel/games/CMakeLists.txt b/open_spiel/games/CMakeLists.txt index afa9dcc23f..74fa00272f 100644 --- a/open_spiel/games/CMakeLists.txt +++ b/open_spiel/games/CMakeLists.txt @@ -75,6 +75,7 @@ set(GAME_SOURCES euchre/euchre.h first_sealed_auction/first_sealed_auction.cc first_sealed_auction/first_sealed_auction.h + german_whist_foregame/german_whist_endgame.cc german_whist_foregame/german_whist_foregame.cc german_whist_foregame/german_whist_foregame.h gin_rummy/gin_rummy.cc @@ -439,8 +440,8 @@ add_test(garnet_test garnet_test) add_executable(german_whist_foregame_test german_whist_foregame/german_whist_foregame_test.cc ${OPEN_SPIEL_OBJECTS} $) -add_test(german_whist_foregame_test german_whist_foregame_test) -add_executable(german_whist_endgame german_whist_foregame/german_whist_endgame.cc ${OPEN_SPIEL_OBJECTS}) +add_test(german_whist_foregame_test german_whist_foregame_test) +add_executable(german_whist_build_ttable german_whist_foregame/german_whist_build_ttable.cc ${OPEN_SPIEL_OBJECTS}) add_executable(gin_rummy_test gin_rummy/gin_rummy_test.cc ${OPEN_SPIEL_OBJECTS} $)