aboutsummaryrefslogtreecommitdiffstats
path: root/apps/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2017-08-31Added *.desktop files installation a'la GNU Radio.Piotr Krysik1-0/+2
After building grgsm_setup_freedesktop is created. It has to be executed during installation of a package with 'install' as a parameter. During removal of a package it has to be called with 'uninstall' as a parameter.
2017-08-30Moved the desktop file to subdirectory for clarityPiotr Krysik1-6/+0
2017-08-30Changed destination variable for the desktop filesPiotr Krysik1-2/+1
2017-08-28Add generated grgsm_livemon_headless from grgsm_livemon_headless.grc and ↵Petter Reinholdtsen1-0/+1
install the program.
2017-08-28Merge branch 'packaging' into desktop-menu-entryPiotr Krysik1-11/+6
2017-08-26Add XDG desktop menu entry for grgsm_livemon.Petter Reinholdtsen1-0/+3
2017-08-26Remove all traces of the compatibility symlinks from cmake.Petter Reinholdtsen1-8/+0
2017-08-25Removed compatibility symlinks (closes issue #302)Piotr Krysik1-3/+3
2016-02-17Tiding up cmake code for creating symbolic linksPiotr Krysik1-15/+4
2016-02-13Changes of names of applicationsPiotr Krysik1-9/+9
-removed 'airprobe' from names completely, -removed '.py' from names, -moved programs that don't use gr-gsm blocks to the 'apps/helpers' directory.
2016-02-13Renamed applications. Legacy names are kept as symlinks.Piotr Krysik1-23/+26
The symbolic links are created with use of CMake during building.
2015-09-27Fixed CMakeLists for airprobe_rtlsdr_scanner.pyRoman Khassraf1-0/+1
2015-09-05Corrected CMakeLists from apps directoryPiotr Krysik1-1/+1
2015-09-02Removed grcc compilation and added airprobe_rtlsdr.pyPiotr Krysik1-20/+21
2015-08-17Correcting installation of python appsPiotr Krysik1-2/+4
to ${INSTALL_PREFIX}/bin directory
2015-08-15Removed commented line from apps/CMakeListsPiotr Krysik1-1/+0
2015-08-15Corrected #111 issue with generation of python code from grc filesPiotr Krysik1-2/+4
2015-08-13Added comands building automatically grc applicationsPiotr Krysik1-4/+19
Better than manually generated python files but still not perfect as it takes many cmake lines to compile single file and grc files are compiled at every run of make. Removed also old and not working code for building grc files.
2015-02-15Removed airprobe_usrp - USRP's should are supported by airprobe_rtlsdr and ↵ptrkrysik1-1/+0
because of this the separate application is redundant
2015-01-03Merge branch 'master' of https://github.com/mrjacobagilbert/gr-gsm into ↵ptrkrysik1-0/+2
mrjaco-master Added appropriate changes to grc files, corrected CMakeLists files
2014-11-28Added compiled python versions of the flowgraphs which are installed in ↵ptrkrysik1-0/+2
%install_prefix%/bin .
2014-11-26Removed automatic compilation of grc apps to python as it fails too often to ↵ptrkrysik1-4/+2
be worth it.
2014-11-20Added buildsystem for apps. Doesn't honor dependencies yet (changing a grc ↵ptrkrysik1-0/+5
file won't cause generating new py file).
2014-02-04Initial commit - gsm-receiver with removed quick hackspiotr1-0/+25