Skip to content

Commit

Permalink
Fix games CMakeLists.txt
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 684443700
Change-Id: Iad3842206b928793ebcc4bd2e88fad576c9c2749
  • Loading branch information
lanctot committed Oct 10, 2024
1 parent 193220c commit d6fa797
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions open_spiel/games/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}
$<TARGET_OBJECTS:tests>)
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}
$<TARGET_OBJECTS:tests>)
Expand Down

0 comments on commit d6fa797

Please sign in to comment.