aboutsummaryrefslogtreecommitdiff
path: root/src/pad
diff options
context:
space:
mode:
Diffstat (limited to 'src/pad')
-rw-r--r--src/pad/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pad/CMakeLists.txt b/src/pad/CMakeLists.txt
index 5e8271b..c1cab30 100644
--- a/src/pad/CMakeLists.txt
+++ b/src/pad/CMakeLists.txt
@@ -5,6 +5,7 @@ set(src "src/pad.c")
if(PS1_BUILD)
set(src ${src} "ps1/src/pad.c")
set(inc ${inc} "ps1/inc")
+ set(deps ${deps} PSXSDK::PSXSDK)
elseif(SDL1_2_BUILD)
set(src ${src} "sdl-1.2/src/pad.c")
set(inc ${inc} "sdl-1.2/inc")