blob: 69b9bc7f0a12ed3cc32fa0a46ddb11d9777fc068 (
plain)
1
2
3
4
5
6
7
|
# Set the console code page.
execute_process(COMMAND cmd /c chcp ${CODEPAGE})
include(${CMAKE_CURRENT_LIST_DIR}/Encoding-common.cmake)
# Save our internal UTF-8 representation of the output.
file(WRITE "out.txt" "${out}")
|