1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-30 02:50:05 +00:00
JUCE/extras/Build/juceaide
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
..
CMakeLists.txt CMake: Allow build tree to be used as a pseudo-install-tree 2020-04-20 10:00:53 +01:00
Main.cpp Projucer: Stop requiring JuceHeader to be included in projects 2020-04-13 13:16:05 +01:00