Changeset - r26150:7ceafff15c0e
[Not reviewed]
master
0 1 0
Matthijs Kooijman - 2 years ago 2022-01-05 12:24:35
matthijs@stdin.nl
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.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
media/baseset/CMakeLists.txt
Show inline comments
 
@@ -17,6 +17,7 @@ set(BASESET_OTHER_SOURCE_FILES
 
        ${CMAKE_CURRENT_SOURCE_DIR}/openttd.grf
 
        ${CMAKE_CURRENT_SOURCE_DIR}/opntitle.dat
 
        ${CMAKE_CURRENT_SOURCE_DIR}/orig_extra.grf
 
        ${CMAKE_CURRENT_SOURCE_DIR}/../openttd.32.bmp
 
)
 

	
 
# Done by the subdirectories, if nforenum / grfcodec is installed
0 comments (0 inline, 0 general)