Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
string
/
UTF-32LE.cmake
blob: 22aab5f2408632d50203eeeaa1a95f8528c03127 [
file
] [
log
] [
blame
]
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}"
)