mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2024-11-06 10:47:35 +01:00
b5af355b1d
When trying to build a simple program which uses librtlsdr as a subproject on Windows, CMake reported several problems which were solved by: - Added complete name of libusb in FindLibUSB module. - Replaced CMAKE_SOURCE_DIR to PROJECT_SOURCE_DIR in src/CMakeLists.txt. - Replaced header file <afxres.h> in src/rtlsdr.rc.in (only present when windows MFC is installed) by <windows.h> which defines the same constants. |
||
---|---|---|
.. | ||
convenience | ||
getopt | ||
CMakeLists.txt | ||
librtlsdr.c | ||
Makefile.am | ||
rtl_adsb.c | ||
rtl_biast.c | ||
rtl_eeprom.c | ||
rtl_fm.c | ||
rtl_power.c | ||
rtl_sdr.c | ||
rtl_tcp.c | ||
rtl_test.c | ||
rtlsdr.rc.in | ||
tuner_e4k.c | ||
tuner_fc0012.c | ||
tuner_fc0013.c | ||
tuner_fc2580.c | ||
tuner_r82xx.c |