mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 11:10:06 -05:00
883bd34a1f
Generate `<Import Project="..." .../>` to import the `.targets` files into `.vcxproj` files. Closes: #16340
7 lines
261 B
ReStructuredText
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.
|