aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorfschildt <florian.schildt@protonmail.com>2026-01-20 01:22:45 +0100
committerfschildt <florian.schildt@protonmail.com>2026-01-20 01:59:19 +0100
commit6da9be5810bf82e9d0b3b2a8bce7606ef2e2bf93 (patch)
tree28bb67ad879f8bbb36476a537fe8b69195500146 /cmake
parentf463853872210415e06fb3f863325fdba303ab65 (diff)
breakout: delete pong, add breakout
Diffstat (limited to 'cmake')
-rw-r--r--cmake/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index f7ff658..8463386 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -46,7 +46,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
+ ${FSARCADE_SRC_DIR}/games/breakout/Breakout.cpp
)
target_include_directories(fsarcade PRIVATE
${FSARCADE_SRC_DIR}