mirror of
https://github.com/reactos/CMake.git
synced 2024-12-18 09:07:49 +00:00
ed05f11dd2
This property allow to specify a specific Visual Studio tool for a source file overriding the default tool behavior. For example, a `.resw` file being processed as a `PriResource` file. This has the advantage of being able to teach CMake to process new file types without code modifications.
6 lines
171 B
ReStructuredText
6 lines
171 B
ReStructuredText
VS_TOOL_OVERRIDE
|
|
----------------
|
|
|
|
Override the default Visual Studio tool that will be applied to the source file
|
|
with a new tool not based on the extension of the file.
|