aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
AgeCommit message (Collapse)AuthorFilesLines
2014-01-24lib/cmake: check for libusb_handle_events_timeout_completed()Steve Markgraf1-0/+18
libusb < 1.0.9 doesn't have libusb_handle_events_timeout_completed(), but libusb <= 1.0.8 doesn't have version.h, so we need to check for the function. The cmake-code was borrowed from UHD, which also checks for libusb_error_name(), we add that as well since it might come handy later on. Signed-off-by: Steve Markgraf <steve@steve-m.de>
2013-11-17cmake: detect libusb on FreeBSDSteve Markgraf1-1/+10
Source: http://patch-tracker.debian.org/patch/series/view/rtl-sdr/0.5.0.4.4914-2/libusb-freebsd Signed-off-by: Steve Markgraf <steve@steve-m.de>
2013-06-04cmake: add version moduleDimitri Stolnikov1-0/+60
2012-04-02add win32 compatibilityHoernchen1-0/+246
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-01add preliminary cmake build systemDimitri Stolnikov2-0/+60