Fix compiling 86Box.rc in CMake.

This commit is contained in:
ts-korhonen
2021-04-21 12:28:38 +03:00
parent 4bf73d8148
commit b07a6023d0

View File

@@ -30,6 +30,9 @@ if(MSVC)
target_sources(86Box PRIVATE 86Box.manifest)
target_sources(plat PRIVATE win_opendir.c)
# Append null to resource strings (fixes file dialogs)
set_property(SOURCE 86Box.rc PROPERTY COMPILE_FLAGS -n)
endif()
if(DINPUT)