cmake: Set process code page to UTF-8 on Windows

Additionally, this change adds app manifests to targets that were
previously missing them.
This commit is contained in:
Hennadii Stepanov
2025-09-22 12:13:48 +01:00
parent dccbb17806
commit f366408492
7 changed files with 19 additions and 1 deletions

View File

@@ -134,6 +134,9 @@ add_executable(fuzz
vecdeque.cpp
versionbits.cpp
)
add_windows_application_manifest(fuzz)
target_link_libraries(fuzz
core_interface
fuzzer_interface