aboutsummaryrefslogtreecommitdiff
path: root/cmake/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/CMakeLists.txt')
-rw-r--r--cmake/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index dae369c..c7de922 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -26,7 +26,7 @@ endif ()
target_sources(fsarcade PUBLIC
${FSARCADE_SRC_DIR}/main.cpp
- ${FSARCADE_SRC_DIR}/basic/math.cpp
+ ${FSARCADE_SRC_DIR}/common/math.cpp
${FSARCADE_SRC_DIR}/common/Font.cpp
${FSARCADE_SRC_DIR}/renderer/Renderer.cpp
${FSARCADE_SRC_DIR}/renderer/RSoftwareBackend.cpp
@@ -36,6 +36,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/breakout/Breakout.cpp
${IMGUI_SRC_DIR}/imgui.cpp
${IMGUI_SRC_DIR}/imgui_draw.cpp
${IMGUI_SRC_DIR}/imgui_tables.cpp