mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 12:19:41 -06:00
5 lines
150 B
CMake
5 lines
150 B
CMake
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}")
|