reuk
d396bdb97f
CMake: Allow setting the network multicast entitlement
3 years ago
reuk
366a626894
CMake: Ensure version numbers in AU/AUv3 plists are correctly formatted
AU and AUv3 plugins only support version numbers with up to 3 parts.
3 years ago
reuk
4454015812
CMake: Fix juceaide build error with VS 2015
3 years ago
reuk
cb7bda4529
CMake: Explicitly set MSVC runtime library for juceaide
4 years ago
reuk
f5a7d4eea5
Projucer: Allow specifying build number for Xcode projects
4 years ago
reuk
c7d082e770
CMake: Avoid commandline length limit when creating binarydata libraries with hundreds of input files
4 years ago
reuk
45409bb4e6
FileChooser: Hide chooser when it leaves scope on Windows
4 years ago
reuk
67093bfe10
juceaide: Be explicit about commandline argument encoding
4 years ago
ed
65f2de3def
iOS: Added options to the Projucer and CMake to set UIRequiresFullScreen .plist option
4 years ago
reuk
aed22a7e7a
CMake: Place juceaide in versioned folder when installing package
This change allows multiple versions of JUCE to be installed to the same
CMAKE_INSTALL_PREFIX, avoiding conflicting paths to juceaide.
4 years ago
reuk
ba172bc828
Build: Provide option to suppress resourceUsage keys in AU plists
4 years ago
ed
009d685179
Updated all license headers
4 years ago
reuk
04b6d1c1cf
CMake: Add diagnostic output while building juceaide
5 years ago
reuk
bfea6c6cd8
CMake: Fix 3.12 compatibility issues
5 years ago
reuk
0a2e4191b3
CMake: Allow custom header names for BinaryData targets
This change helps to avoid ambiguity in includes when building projects
which contain more than one "BinaryData.h".
5 years ago
reuk
eb01832c48
CMake: Add targets for recommended flags
5 years ago
Tom Poole
894e7d2bd2
Updated all license headers
5 years ago
reuk
0b4089c951
CMake: Allow build tree to be used as a pseudo-install-tree
Once JUCE has been built, you can use the following line to include
the targets from the build tree (replace `JUCE_BUILD_DIR` as
appropriate).
```
include("${JUCE_BUILD_DIR}/JUCEExportConfig.cmake")
```
5 years ago
reuk
2ca69e8f70
Projucer: Stop requiring JuceHeader to be included in projects
5 years ago
reuk
ece5644a20
CMake: Add support for building JUCE projects with CMake
5 years ago