mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Eclipse: Add option to set the resource encoding
This commit is contained in:
committed by
Brad King
parent
5f2f16319a
commit
09c1991895
@@ -157,6 +157,7 @@ Variables that Change Behavior
|
||||
/variable/CMAKE_ECLIPSE_GENERATE_LINKED_RESOURCES
|
||||
/variable/CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT
|
||||
/variable/CMAKE_ECLIPSE_MAKE_ARGUMENTS
|
||||
/variable/CMAKE_ECLIPSE_RESOURCE_ENCODING
|
||||
/variable/CMAKE_ECLIPSE_VERSION
|
||||
/variable/CMAKE_ERROR_DEPRECATED
|
||||
/variable/CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION
|
||||
|
||||
6
Help/release/dev/eclipse-resource-encoding.rst
Normal file
6
Help/release/dev/eclipse-resource-encoding.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
eclipse-resource-encoding
|
||||
-------------------------
|
||||
|
||||
* The :generator:`Eclipse CDT4` extra generator gained a new
|
||||
:variable:`CMAKE_ECLIPSE_RESOURCE_ENCODING` option to specify
|
||||
the resource encoding.
|
||||
6
Help/variable/CMAKE_ECLIPSE_RESOURCE_ENCODING.rst
Normal file
6
Help/variable/CMAKE_ECLIPSE_RESOURCE_ENCODING.rst
Normal file
@@ -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.
|
||||
Reference in New Issue
Block a user