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