Merge pull request #2036 from bartbes/modernize-cmake

Modernize cmake builds
This commit is contained in:
Sasha Szpakowski
2024-03-30 10:02:05 -03:00
committed by GitHub
7 changed files with 626 additions and 731 deletions
+610 -715
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -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>
#endif
namespace love
+3 -3
View File
@@ -34,9 +34,9 @@
#include <OpenAL-Soft/alext.h>
#endif
#else
#include <AL/alc.h>
#include <AL/al.h>
#include <AL/alext.h>
#include <alc.h>
#include <al.h>
#include <alext.h>
#endif
#include <vector>
+3 -3
View File
@@ -34,9 +34,9 @@
#include <OpenAL-Soft/alext.h>
#endif
#else
#include <AL/alc.h>
#include <AL/al.h>
#include <AL/alext.h>
#include <alc.h>
#include <al.h>
#include <alext.h>
#endif
#include <vector>
+3 -3
View File
@@ -46,9 +46,9 @@
#include <OpenAL-Soft/alext.h>
#endif
#else
#include <AL/alc.h>
#include <AL/al.h>
#include <AL/alext.h>
#include <alc.h>
#include <al.h>
#include <alext.h>
#endif
namespace love
+2 -2
View File
@@ -32,8 +32,8 @@
#include <OpenAL-Soft/al.h>
#endif
#else
#include <AL/alc.h>
#include <AL/al.h>
#include <alc.h>
#include <al.h>
#endif
#include "audio/RecordingDevice.h"
+2 -2
View File
@@ -48,8 +48,8 @@
#include <OpenAL-Soft/al.h>
#endif
#else
#include <AL/alc.h>
#include <AL/al.h>
#include <alc.h>
#include <al.h>
#endif
namespace love