diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-07-23 04:10:14 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-07-23 04:23:05 +0200 |
| commit | f9e46c950f8fa28974e3667a92769082b6bee600 (patch) | |
| tree | b51a69d5989e83163e4100edcdf6b38666f597cc /src/gfx | |
| parent | 127a21a34f83e687f15f36897d41ac6b37c692bb (diff) | |
| download | rts-f9e46c950f8fa28974e3667a92769082b6bee600.tar.gz | |
ps1: Use exported target PSXSDK::PSXSDK
Diffstat (limited to 'src/gfx')
| -rw-r--r-- | src/gfx/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfx/CMakeLists.txt b/src/gfx/CMakeLists.txt index f9c4c83..619ce60 100644 --- a/src/gfx/CMakeLists.txt +++ b/src/gfx/CMakeLists.txt @@ -14,7 +14,7 @@ if(PS1_BUILD) "ps1/src/quad.c") set(inc ${inc} "ps1/inc") set(privinc ${privinc} "ps1/privinc") - set(privdeps ${privdeps} system) + set(privdeps ${privdeps} system PSXSDK::PSXSDK) elseif(SDL1_2_BUILD) set(inc ${inc} "sdl-1.2/inc") set(privinc ${privinc} "sdl-1.2/privinc") |
