reuk
070a6b35e9
CMake: Avoid passing generator platform to jucaide build
...
When building for arm64 with a VS generator on a x86_64 host,
CMAKE_CROSSCOMPILING is not set, and copying the generator platform can
result in a juceaide binary that doesn't run on the host system.
The removed code no longer seems to be necessary when configuring with
newer Clion versions.
2023-01-25 17:07:25 +00:00
reuk
045214c986
Build: Allow building with llvm-mingw headers
2022-09-12 16:14:57 +01:00
Tom Poole
2ec861d99e
Update licensing banners to JUCE 7
2022-05-16 17:55:48 +01:00
Tom Poole
dea3fe60e4
Update copyright banners
2022-04-04 12:36:32 +01:00
reuk
abfcdc9a7e
CMake: Allow x64 clang-cl builds in CLion
2022-02-17 16:04:57 +00:00
Tom Poole
c072b1bc8e
Fix some typos
2022-01-25 11:48:46 +00:00
reuk
aaf68f58f5
Juceaide: Only suppress compiler environment variables when cross compiling
2022-01-17 10:58:17 +00:00
reuk
cea8dc260c
CMake: Propagate CMAKE_MAKE_PROGRAM to juceaide build
2022-01-10 22:15:21 +00:00
reuk
cb7bda4529
CMake: Explicitly set MSVC runtime library for juceaide
2021-06-03 22:13:14 +01:00
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.
2020-11-30 17:40:51 +00:00
ed
009d685179
Updated all license headers
2020-06-29 08:30:22 +01:00
reuk
04b6d1c1cf
CMake: Add diagnostic output while building juceaide
2020-05-14 10:13:50 +01:00
reuk
bfea6c6cd8
CMake: Fix 3.12 compatibility issues
2020-04-27 10:22:06 +01:00
reuk
eb01832c48
CMake: Add targets for recommended flags
2020-04-27 10:22:06 +01:00
Tom Poole
894e7d2bd2
Updated all license headers
2020-04-23 17:30:39 +01:00
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
reuk
ece5644a20
CMake: Add support for building JUCE projects with CMake
2020-04-13 12:10:11 +01:00