diff --git a/CMakeLists.txt b/CMakeLists.txt index ded3db7..0aa11d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,6 +26,8 @@ endif () set(CMAKE_CXX_STANDARD 20) + + add_executable(Pong Levels/Game.h Levels/Game.cpp