mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-31 16:24:48 +02:00
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:
@@ -134,6 +134,9 @@ add_executable(fuzz
|
||||
vecdeque.cpp
|
||||
versionbits.cpp
|
||||
)
|
||||
|
||||
add_windows_application_manifest(fuzz)
|
||||
|
||||
target_link_libraries(fuzz
|
||||
core_interface
|
||||
fuzzer_interface
|
||||
|
||||
Reference in New Issue
Block a user