Arnout Vandecappelle (Essensium/Mind)
a6284cb9ed
Don't require a C++ compiler
...
By default, CMake assumes that the project is using both C and C++. By
explicitly passing 'C' as argument of the project() macro, we tell CMake
that only C is used, which prevents CMake from erroring out if a C++
compiler doesn't exist.
2018-03-31 22:50:37 +02:00
Dominic Spill
3f569a8ad4
hackrf_clock: Allow CLKOUT to be enabled / disabled
...
hackrf_clock -o 1 / hackrf_clock -o 0
2017-11-07 11:23:48 -07:00
Dominic Spill
a8c1fc92e9
Appveyor config for building hackrf_sweep ( #344 )
...
Appveyor builds for hackrf_sweep
2017-02-15 16:44:44 -07:00
Michael Ossmann
53d0b8b73e
set release string in libhackrf and hackrf-tools even if they are built separately
2017-02-08 15:44:21 -07:00
Dominic Spill
a44875a7a0
Add dirty flag to host versions
2017-02-06 10:57:09 -07:00
Dominic Spill
38c67f7e89
Add printable libhackrf and hackrf tools version strings
2017-02-05 21:40:57 -07:00
Dominic Spill
059c1cc2a7
Move udev rule to libhackrf/
2015-07-24 16:50:43 +01:00
Dominic Spill
d8ae5e37b0
Attempt to detect correct group for udev rule
2015-05-15 14:40:04 +01:00
Hoernchen
e16cafd9a1
host: modify the cmake build system, there is a new top dir cmake file that builds everything
2013-05-28 22:48:40 +02:00