Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
string
/
UTF-32BE.cmake
blob: debdeaa73183af3619b61c99ab2bdae71ec15f28 [
file
] [
log
] [
blame
]
file
(
STRINGS UTF
-
32BE
.
txt str ENCODING UTF
-
32BE
LENGTH_MINIMUM
4
)
message
(
"${str}"
)
file
(
STRINGS UTF
-
32BE
.
txt str LENGTH_MINIMUM
4
)
message
(
"${str}"
)