3 Commits

Author SHA1 Message Date
Pedro Beirao
f3f1b425ef
Fix wrong OpenAL path for arm64 macOS (#1252) 2023-11-12 07:08:39 +07:00
Roman Fomin
b86a45f2a2
initial implementation of macOS native MIDI module (#1048)
* set CMAKE_FIND_FRAMEWORK to NEVER

* use pkg-config

* simplify FindOpenAL.cmake

* try to fix build

* integrate code from Odamex
2023-05-11 07:29:38 +07:00
Roman Fomin
a55e4168d6
provide FindOpenAL.cmake module (taken from cmake) (#969)
* use `#include "al.h"` istead of `#include <AL/al.h>` as recommended
2023-04-05 11:40:07 +07:00