add support for endscreen aswell

This commit is contained in:
2024-01-29 10:46:27 +01:00
parent 62e7eb1e93
commit 18ce5670e4
3 changed files with 21 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ add_executable(Pong src/main.cpp
src/VisibleObjects/Score.h
src/TextScreen.h
src/defaultfont.h
src/StartScreen.h)
src/OptionScreen.h)
# Now link the libraries to the target
target_link_libraries(Pong ${SDL2_LIBRARIES} ${SDL2_GFX_LIBRARY} ${SDL2_TTF_LIBRARY})