Skip to content

Commit

Permalink
Add missing pybind files to pyspiel.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 451600522
Change-Id: I61d755e93ac87e67c5e5d9c9efe4602e19e0925a
  • Loading branch information
lanctot committed May 28, 2022
1 parent 8be5c5f commit 17597c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions open_spiel/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ set(PYTHON_BINDINGS ${PYTHON_BINDINGS}
pybind11/bots.h
pybind11/games_backgammon.cc
pybind11/games_backgammon.h
pybind11/games_bargaining.cc
pybind11/games_bargaining.h
pybind11/games_bridge.cc
pybind11/games_bridge.h
pybind11/games_chess.cc
Expand All @@ -106,6 +108,8 @@ set(PYTHON_BINDINGS ${PYTHON_BINDINGS}
pybind11/pyspiel.cc
pybind11/python_games.cc
pybind11/python_games.h
pybind11/utils.cc
pybind11/utils.h
)

if (OPEN_SPIEL_BUILD_WITH_HIGC)
Expand Down

0 comments on commit 17597c3

Please sign in to comment.