Sign in
android
/
platform
/
external
/
cmake
/
refs/heads/cmake-master-dev
/
.
/
Tests
/
RunCMake
/
string
/
UTF-32LE.cmake
blob: 22aab5f2408632d50203eeeaa1a95f8528c03127 [
file
] [
edit
]
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}"
)