Fix: [CMake] os/windows/openttd.manifest is not a generated file

This commit is contained in:
glx22
2021-02-05 22:31:33 +01:00
committed by Loïc Guilloux
parent a667ed945f
commit 99448eedca
2 changed files with 5 additions and 3 deletions

View File

@@ -27,9 +27,6 @@ macro(compile_flags)
# Enable multi-threaded compilation.
add_compile_options(/MP)
endif()
# Add DPI manifest to project; other WIN32 targets get this via ottdres.rc
list(APPEND GENERATED_SOURCE_FILES "${CMAKE_SOURCE_DIR}/os/windows/openttd.manifest")
endif()
# Add some -D flags for Debug builds. We cannot use add_definitions(), because