Embedded window icon (cross platform)

This commit is contained in:
2024-01-29 15:16:25 +01:00
parent 998cdceb16
commit c67345268e
6 changed files with 42961 additions and 9 deletions

View File

@@ -34,8 +34,11 @@ add_executable(Pong src/main.cpp
src/VisibleObjects/Side.h
src/text/TextScreen.h
src/defaultfont.h
src/icon.h
src/icon.cpp
src/text/OptionScreen.h
src/text/Score.h)
src/text/Score.h
)
# Now link the libraries to the target
target_link_libraries(Pong ${SDL2_LIBRARIES} ${SDL2_GFX_LIBRARY} ${SDL2_TTF_LIBRARY})