Add building using xmake and cleanup thirdparty

This commit is contained in:
Jérôme Leclercq
2021-04-28 15:24:40 +02:00
parent a18d8859d5
commit 2641117847
575 changed files with 194 additions and 225989 deletions

View File

@@ -7,7 +7,7 @@
#ifndef NAZARA_OPENAL_HPP
#define NAZARA_OPENAL_HPP
#ifdef NAZARA_AUDIO_OPENAL
#if defined(NAZARA_AUDIO_OPENAL) || defined(NAZARA_AUDIO_BUILD)
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Audio/Config.hpp>