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

10 lines
294 B
CMake

include(RunCPack) # Uses sample projects from `../RunCPack/*`
set(RunCPack_GENERATORS AppImage)
if(CMake_TEST_CPACK_APPIMAGE_RUNTIME_FILE)
list(APPEND RunCMake_TEST_OPTIONS "-DCPACK_APPIMAGE_RUNTIME_FILE=${CMake_TEST_CPACK_APPIMAGE_RUNTIME_FILE}")
endif()
run_cpack(AppImageTestApp BUILD)