Fix: [CMake] openttd.32.bmp wasn't installed but used by SDL (#9772)

This file is used to set the SDL application icon, but it was no longer
installed since the switch to CMake.
This commit is contained in:
Matthijs Kooijman 2022-01-05 13:24:35 +01:00 committed by Patric Stout
parent 429a356e4e
commit 3b6ba45268

View File

@ -17,6 +17,7 @@ set(BASESET_OTHER_SOURCE_FILES
${CMAKE_CURRENT_SOURCE_DIR}/openttd.grf ${CMAKE_CURRENT_SOURCE_DIR}/openttd.grf
${CMAKE_CURRENT_SOURCE_DIR}/opntitle.dat ${CMAKE_CURRENT_SOURCE_DIR}/opntitle.dat
${CMAKE_CURRENT_SOURCE_DIR}/orig_extra.grf ${CMAKE_CURRENT_SOURCE_DIR}/orig_extra.grf
${CMAKE_CURRENT_SOURCE_DIR}/../openttd.32.bmp
) )
# Done by the subdirectories, if nforenum / grfcodec is installed # Done by the subdirectories, if nforenum / grfcodec is installed