Håvard Bjerke
Results
2
comments of
Håvard Bjerke
trafficstars
Hello, I was contacted by probonopd about CMake integration. I did the approach of packaging each executable CMake target by themselves with necessary libraries and data files. Some of the...
@probonopd here you go: https://gist.github.com/hbirchtree/afada1b4886a79abac3e2771773059e3 To use it: ``` cmake . -DAPPIMAGE_APPRUN_PROGRAM=${path_to_AppRun_executable} -DAPPIMAGE_ASSISTANT_PROGRAM=${path_to_AppImageAssistant_executable}` make ``` After this, the .AppImage will be found in the package/linux-appimage directory (configurable with cached variables)