mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Projucer: (MSVC) Add missing Unity binary location property
This commit is contained in:
parent
b9a0dd4b56
commit
cb698566e8
1 changed files with 2 additions and 1 deletions
|
|
@ -803,7 +803,8 @@ public:
|
|||
std::pair { Ids::vstBinaryLocation, &t.vstBinaryLocation },
|
||||
std::pair { Ids::vst3BinaryLocation, &t.vst3BinaryLocation },
|
||||
std::pair { Ids::aaxBinaryLocation, &t.aaxBinaryLocation },
|
||||
std::pair { Ids::lv2BinaryLocation, &t.lv2BinaryLocation }
|
||||
std::pair { Ids::lv2BinaryLocation, &t.lv2BinaryLocation },
|
||||
std::pair { Ids::unityPluginBinaryLocation, &t.unityPluginBinaryLocation }
|
||||
};
|
||||
|
||||
const auto iter = std::find_if (properties.begin(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue