diff options
author | Martin Gerhardy <martin.gerhardy@gmail.com> | 2019-07-08 08:57:34 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-07-09 17:34:29 (GMT) |
commit | 09c1991895baf0eeca028672a6730f2101d3b2b7 (patch) | |
tree | 35ee8546603f9b1803279f040a950dbb5d410f53 /Help/variable | |
parent | 5f2f16319ab5832da4b3c7b0c1a5a4587a3991eb (diff) | |
download | CMake-09c1991895baf0eeca028672a6730f2101d3b2b7.zip CMake-09c1991895baf0eeca028672a6730f2101d3b2b7.tar.gz CMake-09c1991895baf0eeca028672a6730f2101d3b2b7.tar.bz2 |
Eclipse: Add option to set the resource encoding
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_ECLIPSE_RESOURCE_ENCODING.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_ECLIPSE_RESOURCE_ENCODING.rst b/Help/variable/CMAKE_ECLIPSE_RESOURCE_ENCODING.rst new file mode 100644 index 0000000..314efe5 --- /dev/null +++ b/Help/variable/CMAKE_ECLIPSE_RESOURCE_ENCODING.rst @@ -0,0 +1,6 @@ +CMAKE_ECLIPSE_RESOURCE_ENCODING +------------------------------- + +This cache variable tells the :generator:`Eclipse CDT4` project generator +to set the resource encoding to the given value in generated project files. +If no value is given, no encoding will be set. |