diff options
| author | Admiral H. Curtiss <pikachu025@gmail.com> | 2022-07-26 12:53:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-26 12:53:04 +0200 |
| commit | a9edf129e35e109fe50d8b4cca444de0c60bcb52 (patch) | |
| tree | c24a49c4ec4a917c5e172c30da7fb4077e2f7830 /Source/Core/InputCommon | |
| parent | 6b419c7ca3e3ed5fcb208f87fa352d5860c28adc (diff) | |
| parent | acb10f0006428ce958e619f3ca073c052048e608 (diff) | |
Merge pull request #10889 from shuffle2/spng
replace libpng with libspng
Diffstat (limited to 'Source/Core/InputCommon')
| -rw-r--r-- | Source/Core/InputCommon/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/CMakeLists.txt b/Source/Core/InputCommon/CMakeLists.txt index 9cca78b65d..06ffb37a2d 100644 --- a/Source/Core/InputCommon/CMakeLists.txt +++ b/Source/Core/InputCommon/CMakeLists.txt @@ -79,7 +79,7 @@ PUBLIC PRIVATE fmt::fmt - png + spng ) if(WIN32) |
