aboutsummaryrefslogtreecommitdiff
path: root/src/sfx/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/sfx/CMakeLists.txt')
-rw-r--r--src/sfx/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sfx/CMakeLists.txt b/src/sfx/CMakeLists.txt
index 6b774fd..099e65f 100644
--- a/src/sfx/CMakeLists.txt
+++ b/src/sfx/CMakeLists.txt
@@ -4,7 +4,7 @@ if(PS1_BUILD)
set(src
"ps1/src/sound.c")
set(inc ${inc} "ps1/inc")
- set(privdeps system)
+ set(privdeps system PSXSDK::PSXSDK)
elseif(SDL1_2_BUILD)
set(src
"sdl-1.2/src/sound.c")