mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Help readers discover the infrastructure from commit 0b3756a7e3
(Tests/RunCMake: Add new infrastructure to run cpack, 2024-03-12,
v3.30.0-rc1~386^2).
9 lines
166 B
CMake
9 lines
166 B
CMake
include(RunCPack) # Uses sample projects from `../RunCPack/*`
|
|
|
|
set(env_PATH "$ENV{PATH}")
|
|
|
|
set(RunCPack_GENERATORS NuGet)
|
|
|
|
run_cpack(NuGetLib)
|
|
run_cpack(NuGetSymbol)
|