Files
Brad King 76249af81e Tests: Comment where RunCPack keeps sample projects for RunCMake.CPack_*
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).
2025-12-15 10:10:50 -05:00

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)