Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
string
/
UTF-16LE.cmake
blob: 326d848d2d0d73d4077addddc4945eda96e575fc [
file
] [
log
] [
blame
]
file
(
STRINGS UTF
-
16LE
.
txt str ENCODING UTF
-
16LE
LENGTH_MINIMUM
4
)
message
(
"${str}"
)
file
(
STRINGS UTF
-
16LE
.
txt str LENGTH_MINIMUM
4
)
message
(
"${str}"
)