1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 13:47:01 -04:00

cmake: windows fixes for MSVC

- disable sdrangelbench on windows with MSVC
- fix cpu flags test code for MSVC
- add ico file
This commit is contained in:
Davide Gerhard
2019-05-24 08:32:40 +02:00
parent 92129089a5
commit 6e80780d17
21 changed files with 395 additions and 155 deletions
+2
View File
@@ -75,6 +75,8 @@ void PluginManager::loadPluginsPart(const QString& pluginsSubDir)
#ifdef __APPLE__
// on SDRAngel.app
PluginsPath << applicationDirPath + "/../Resources/lib/" + pluginsSubDir;
#elif defined(_WIN32) || defined(WIN32)
PluginsPath << applicationDirPath + "/" + pluginsSubDir;
#endif
// NOTE: exit on the first folder found