rtl-sdr/cmake/Modules
leonsal b5af355b1d Fixed issues compiling on Windows with MSVC, CMake and NMake (#61)
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.
2019-12-03 20:47:17 +01:00
..
FindLibUSB.cmake Fixed issues compiling on Windows with MSVC, CMake and NMake (#61) 2019-12-03 20:47:17 +01:00
FindThreads.cmake add win32 compatibility 2012-04-02 21:00:26 +02:00
Version.cmake cmake: add version module 2013-06-04 20:18:56 +02:00