Files
CMake/Help/release/dev/vs_targets_file_as_library.rst
T
Soji Yamakawa 883bd34a1f VS: Treat libraries ending in .targets as msbuild imports
Generate `<Import Project="..." .../>` to import the `.targets` files
into `.vcxproj` files.

Closes: #16340
2016-11-09 16:19:07 -05:00

7 lines
261 B
ReStructuredText

vs_targets_file_as_library
--------------------------
* :ref:`Visual Studio Generators` learned to treat files passed to
:command:`target_link_libraries` whose names end in ``.targets``
as MSBuild targets files to be imported into generated project files.