mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 14:20:06 -06:00
This AppImage generator only relies on appimagetool and patchelf. Closes: #27104 Co-authored-by: Brad King <brad.king@kitware.com>
10 lines
250 B
CMake
10 lines
250 B
CMake
include(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)
|