From c173ef230bac106eb5af8391278a1080e5bf795a Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Tue, 2 May 2023 00:18:52 -0400 Subject: add cmakelists (oops) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5482a82..c4fdf7a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -159,4 +159,5 @@ endif () if (USE_MINIAUDIO) target_include_directories(abaddon PUBLIC subprojects/miniaudio) + target_compile_definitions(abaddon PRIVATE WITH_MINIAUDIO) endif () -- cgit v1.2.3