1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-06 16:05:13 -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:
Kacper Michajłow
2020-11-01 13:03:13 +01:00
parent 2a86bc566a
commit 70434765d7
28 changed files with 201 additions and 244 deletions
@@ -29,7 +29,6 @@ set(remoteinput_HEADERS
include_directories(
${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client
${Boost_INCLUDE_DIRS}
${CM256CC_INCLUDE_DIR}
)