aboutsummaryrefslogtreecommitdiff
path: root/src/sfx
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-07-23 04:10:14 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-07-23 04:23:05 +0200
commita091af05c6d5db45162baf2cedf7ecf883953c34 (patch)
tree89b51556ed4f0139552f6b3c38584633e8399bfc /src/sfx
parent8ed1c6e8b3cbfbf702415292cabb5d3f171c6282 (diff)
downloadjancity-a091af05c6d5db45162baf2cedf7ecf883953c34.tar.gz
ps1: Use exported target PSXSDK::PSXSDK
Diffstat (limited to 'src/sfx')
-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")