mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 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).
10 lines
294 B
CMake
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)
|