aboutsummaryrefslogtreecommitdiff
path: root/src/pad
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/pad
parent8ed1c6e8b3cbfbf702415292cabb5d3f171c6282 (diff)
downloadjancity-a091af05c6d5db45162baf2cedf7ecf883953c34.tar.gz
ps1: Use exported target PSXSDK::PSXSDK
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")