mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
CMake: Add support for building JUCE projects with CMake
This commit is contained in:
parent
1fdba480cc
commit
ece5644a20
149 changed files with 9921 additions and 3693 deletions
|
|
@ -58,6 +58,8 @@ inline File getExamplesDirectory() noexcept
|
|||
jassert (success);
|
||||
|
||||
return mo.toString();
|
||||
#elif defined PIP_JUCE_EXAMPLES_DIRECTORY_STRING
|
||||
return File { PIP_JUCE_EXAMPLES_DIRECTORY_STRING };
|
||||
#else
|
||||
auto currentFile = File::getSpecialLocation (File::SpecialLocationType::currentApplicationFile);
|
||||
auto exampleDir = currentFile.getParentDirectory().getChildFile ("examples");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue