aboutsummaryrefslogtreecommitdiff
path: root/cmake/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/CMakeLists.txt')
-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}