mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
This allows particular frameworks to be targeted by particular dependencies, and for empty dependency groups to satisfy NuGet's framework-matching requirements.
8 lines
99 B
CMake
8 lines
99 B
CMake
include(RunCPack)
|
|
|
|
set(env_PATH "$ENV{PATH}")
|
|
|
|
set(RunCPack_GENERATORS NuGet)
|
|
|
|
run_cpack(NuGetLib)
|