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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user