mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-25 11:34:09 -04:00
Add support for VS2019 and Ninja
- Specify byproducts in external projects - Use external Boost - Remove hacky Qt detection - Fix CRT mismatch in external projects (fixes SoapySDR on Windows) - Minor fixes
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#include <string.h>
|
||||
#include <regex>
|
||||
|
||||
#if defined(__WINDOWS__)
|
||||
#if defined(_WIN32)
|
||||
#include <Windows.h>
|
||||
#include <winbase.h>
|
||||
#include <tchar.h>
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
#include "serialutil.h"
|
||||
|
||||
#if defined(__WINDOWS__)
|
||||
#if defined(_WIN32)
|
||||
void SerialUtil::getComPorts(std::vector<std::string>& comPorts, const std::string& regexStr)
|
||||
{
|
||||
(void) regexStr;
|
||||
|
||||
Reference in New Issue
Block a user