diff options
author | Brad King <brad.king@kitware.com> | 2019-07-11 12:49:25 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-07-11 12:49:34 (GMT) |
commit | 01a8b89f292c031e7a35bedf92b7cda98bef7f6d (patch) | |
tree | 9fe512dc950ca862990d5907156de9cae808d965 /Help/variable | |
parent | 24722b7860ebab15baaf124b84378d323494813e (diff) | |
parent | 09c1991895baf0eeca028672a6730f2101d3b2b7 (diff) | |
download | CMake-01a8b89f292c031e7a35bedf92b7cda98bef7f6d.zip CMake-01a8b89f292c031e7a35bedf92b7cda98bef7f6d.tar.gz CMake-01a8b89f292c031e7a35bedf92b7cda98bef7f6d.tar.bz2 |
Merge topic 'eclipse-resource-encoding'
09c1991895 Eclipse: Add option to set the resource encoding
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3525
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. |