sdrangel/cmake
Davide Gerhard 1763fa495b
cpack: use as package creator
We use CPACK (cmake helper) to package the software

- macOS: we build the .APP and .dmg with all dependencies, like qt,
  soapysdr and all others sdr drivers. ENABLE_MIRSDRAPI control if we
  remove the mirsdrapi dylib because it is not public distribuitable;
  so should be used only on "private" environment.
  TODO:
    - code/dmg signature

- Debian: make deb with dependencies for Debian 10/9 and Ubuntu
  18.04/16.04.
  TODO:
    - probably to send the package to upstream we need to use
      debhelper and debian/

- Fedora/rpm: just basic declaration
  TODO:
    - write correctly dependencies
2019-05-21 20:19:29 +02:00
..
Modules rework to prepare for use cpack; new sdrangel icon 2019-05-21 20:19:29 +02:00
cpack cpack: use as package creator 2019-05-21 20:19:29 +02:00
include cmake: full refactor to remove qmake and use cmake on all platforms 2019-05-21 20:19:25 +02:00
test cmake armv7 SIMD test programs: avoid possible core dumps by catching SIGILL 2019-04-23 09:49:58 +02:00