Modernize cmake builds
@@ -50,9 +50,9 @@
#include <OpenAL-Soft/al.h>
#endif
#else
-#include <AL/alc.h>
-#include <AL/al.h>
-#include <AL/alext.h>
+#include <alc.h>
+#include <al.h>
+#include <alext.h>
namespace love
@@ -34,9 +34,9 @@
#include <OpenAL-Soft/alext.h>
#include <vector>
@@ -46,9 +46,9 @@
@@ -32,8 +32,8 @@
#include "audio/RecordingDevice.h"
@@ -48,8 +48,8 @@