aboutsummaryrefslogtreecommitdiff
path: root/cmake/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/CMakeLists.txt')
-rw-r--r--cmake/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index 4c8bf02..2d75577 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -37,6 +37,7 @@ target_sources(fsarcade PUBLIC
${FSARCADE_SRC_DIR}/games/tetris/Board.cpp
${FSARCADE_SRC_DIR}/games/snake/Snake.cpp
${FSARCADE_SRC_DIR}/games/minesweeper/Minesweeper.cpp
+ ${FSARCADE_SRC_DIR}/games/pong/Pong.cpp
${IMGUI_SRC_DIR}/imgui.cpp
${IMGUI_SRC_DIR}/imgui_draw.cpp
${IMGUI_SRC_DIR}/imgui_tables.cpp