Erik Hofman
6a32b758af
Remove a mistake, GLEW is not required when including the correct headers
2022-02-26 13:24:07 +01:00
Erik Hofman
b157f9cb9f
Make the option ShivaVG or ShaderVG a Cmake option: USE_SHADERVG
2022-02-20 15:37:33 +01:00
James Turner
da3507f3df
CMake config option to use OpenAL-soft
...
THis enables overriding the Apple OpenAL.framework on
macOS, and using OpenAL-soft instead.
2021-12-24 13:23:34 +00:00
Erik Hofman
c0205f7eb2
Use the find_dependency option to parse Simgear dependencies to FlightGear
2021-03-08 16:15:14 +01:00
James Turner
d4a7cb1ee2
ArchiveExtractor .Xz compression of tar-balls
...
Allow use of LibZLMA / XZ compressed tarballs, which are significantly
smaller. Extend unit-tests to cover this.
2021-01-09 16:30:50 +00:00
Erik Hofman
f235a81519
Temporary fix for AeonWave support
2020-08-24 10:58:22 +02:00
Scott Giese
b8e06453ea
Temporary fix: SimGear OpenAL dependency
...
FG configuration fails due to SG find_dependency(OpenAL) issue.
Skipping this dependency since FG itself will find_package(OpenAL).
2020-08-23 20:15:18 -05:00
James Turner
bab083d072
For static builds, ensure we find the sound library
...
Should fix Erik’s issue with AeonWave.
2020-08-23 18:10:49 +01:00
James Turner
3298260f11
GDAL is a public dependency :(
2020-08-23 11:27:09 +01:00
James Turner
84c15f6384
Enable ASan for clang
2020-08-17 10:20:26 +01:00
James Turner
346344ee09
C++17: use an OBJECT_LIBRARY to build HLA
...
This allows us to easily have different CXX version for the HLA code,
to the rest of the project.
2020-06-21 19:31:35 +01:00
gallaert
4bab064ad6
- When HLA is enabled in Simgear, HLA is also enabled in Flightgear
...
making the build between Simgear and Flightgear consistent.
- Fix an issue with lib/lib64 path between CentOS/RedHat distributions
and Debian derived distributions.
2020-03-15 22:29:43 +00:00
Erik Hofman
c03359a189
Update to the (now GPL) AeonWave version 3.0+
2017-10-31 10:42:44 +01:00
Bertrand Coconnier
55ee59ac99
Flags ENABLE_GDAL and ENABLE_OPENMP are now carried over to FlightGear.
2017-02-26 16:39:48 +01:00
Bertrand Coconnier
2082b18e2e
Export the symbol ENABLE_SIMD for FG to build with the same setting.
2017-02-07 00:02:39 +01:00
James Turner
9d7402242a
Work on CMake export of targets.
2016-01-29 23:15:07 +00:00