aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2013-06-12change version to 0.5gitSteve Markgraf1-1/+1
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2013-06-04bump version to 0.5.0v0.5.0Steve Markgraf1-2/+2
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2013-06-04lib: don't detach kernel driver by defaultSteve Markgraf1-0/+8
Since this feature also disconnects running instances of librtlsdr that claimed the device, it is now disabled by default and can only be enabled at compile time. To enable it when building with cmake: cmake . -DDETACH_KERNEL_DRIVER=ON To enable it when building with automake: ./configure --enable-driver-detach Signed-off-by: Steve Markgraf <steve@steve-m.de>
2013-06-04cmake: add version moduleDimitri Stolnikov1-0/+12
2013-04-14rtl-sdr: add support for lib64 (e.g. Fedora)Jaroslav Škarvada1-2/+6
Another possibility is to use the GrPlatform.cmake module. Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com> Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-09-08don't install udev rules by default, as it may pollute the systemDimitri Stolnikov1-1/+1
For cmake call with -DINSTALL_UDEV_RULES=ON for the rules to be installed during the default install/uninstall stages. For autotools call "make install-udev-rules" or "make uninstall-udev- The rules file will be installed to "/etc/udev/rules.d".
2012-09-02install (and uninstall) udev rules fileDimitri Stolnikov1-0/+14
2012-05-12install pkg-config file when building with cmakeDimitri Stolnikov1-0/+36
2012-04-25compile with warnings enabledDimitri Stolnikov1-1/+5
2012-04-02cmake & autotools fixes from previous commitDimitri Stolnikov1-1/+1
2012-04-02add win32 compatibilityHoernchen1-1/+6
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-01add preliminary cmake build systemDimitri Stolnikov1-0/+85