From bbf55eaabd09f6d2a98fad9c0a68db83c140f3e1 Mon Sep 17 00:00:00 2001
From: Loek Le Blansch <loek@pipeframe.xyz>
Date: Thu, 10 Oct 2024 07:29:17 +0200
Subject: use find_package instead of add_subdirectory

---
 src/crepe/Sound.h        | 4 ++--
 src/crepe/SoundContext.h | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

(limited to 'src/crepe')

diff --git a/src/crepe/Sound.h b/src/crepe/Sound.h
index 1ac20a7..b7cfbb8 100644
--- a/src/crepe/Sound.h
+++ b/src/crepe/Sound.h
@@ -1,7 +1,7 @@
 #pragma once
 
-#include <soloud.h>
-#include <soloud_wav.h>
+#include <soloud/soloud.h>
+#include <soloud/soloud_wav.h>
 
 #include <memory>
 
diff --git a/src/crepe/SoundContext.h b/src/crepe/SoundContext.h
index 090966d..d3123d2 100644
--- a/src/crepe/SoundContext.h
+++ b/src/crepe/SoundContext.h
@@ -1,6 +1,6 @@
 #pragma once
 
-#include <soloud.h>
+#include <soloud/soloud.h>
 
 #include "Sound.h"
 
-- 
cgit v1.2.3