diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-10 07:29:17 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-10 07:29:17 +0200 |
commit | bbf55eaabd09f6d2a98fad9c0a68db83c140f3e1 (patch) | |
tree | bb3a6d6a0ca2249befa0752864cc25a095a6f1e7 /src/crepe/Sound.h | |
parent | 29fb4bda4872bdfe33a2416a239fb62fc0238167 (diff) |
use find_package instead of add_subdirectory
Diffstat (limited to 'src/crepe/Sound.h')
-rw-r--r-- | src/crepe/Sound.h | 4 |
1 files changed, 2 insertions, 2 deletions
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> |