Skip to content
Snippets Groups Projects

AppImage: enable missing libraries

All threads resolved!
4 files
+ 8
4
Compare changes
  • Side-by-side
  • Inline
Files
4
#
# From https://github.com/ampl/gsl. which adds CMake support to gsl
#
if (ANDROID)
if (UNIX)
SET(EXTPREFIX_gsl "${EXTPREFIX}" )
ExternalProject_Add( ext_gsl
Loading