1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/extras/Build
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")
```
2020-04-20 10:00:53 +01:00
..
CMake CMake: Allow build tree to be used as a pseudo-install-tree 2020-04-20 10:00:53 +01:00
juce_build_tools Projucer: Added all iOS orientations options 2020-04-17 14:14:41 +01:00
juceaide CMake: Allow build tree to be used as a pseudo-install-tree 2020-04-20 10:00:53 +01:00
CMakeLists.txt CMake: Add support for building JUCE projects with CMake 2020-04-13 12:10:11 +01:00