Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
cdb7bc737e4efe9aa4e16e516dbcb93a05fd8ec0
/
.
/
Tests
/
RunCMake
/
string
/
UTF-32LE.cmake
blob: 22aab5f2408632d50203eeeaa1a95f8528c03127 [
file
]
file
(
STRINGS UTF
-
32LE
.
txt str ENCODING UTF
-
32LE
LENGTH_MINIMUM
4
)
message
(
"${str}"
)
file
(
STRINGS UTF
-
32LE
.
txt str LENGTH_MINIMUM
4
)
message
(
"${str}"
)