diff options
| author | LillyJadeKatrin <lilly.kitty.1988@gmail.com> | 2023-03-11 00:24:20 -0500 |
|---|---|---|
| committer | LillyJadeKatrin <lilly.kitty.1988@gmail.com> | 2023-04-02 08:28:23 -0400 |
| commit | 2836feac71ca45edd59619b11932747b57d5a0d0 (patch) | |
| tree | cd1874d02716f0dbc7b5fd35f0ff796a061c5189 /Source/Core | |
| parent | 4513238213ca87d43b755a41b093c182fcaf9812 (diff) | |
Added rcheevos to Externals
Adds the rcheevos library from RetroAchievements to the Dolphin Externals as a submodule. Change was verified to import correctly and build both via Visual Studio and via cmake ninja.
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | Source/Core/DolphinLib.vcxproj | 1 | ||||
| -rw-r--r-- | Source/Core/DolphinQt/DolphinQt.vcxproj | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/Core/CMakeLists.txt b/Source/Core/Core/CMakeLists.txt index 682c686c7d..9d699dbab1 100644 --- a/Source/Core/Core/CMakeLists.txt +++ b/Source/Core/Core/CMakeLists.txt @@ -602,6 +602,7 @@ PUBLIC ${MBEDTLS_LIBRARIES} pugixml RangeSet::RangeSet + rcheevos sfml-network sfml-system videonull diff --git a/Source/Core/DolphinLib.vcxproj b/Source/Core/DolphinLib.vcxproj index 5875de1550..827652cae7 100644 --- a/Source/Core/DolphinLib.vcxproj +++ b/Source/Core/DolphinLib.vcxproj @@ -52,6 +52,7 @@ <Import Project="$(ExternalsDir)minizip\exports.props" /> <Import Project="$(ExternalsDir)picojson\exports.props" /> <Import Project="$(ExternalsDir)pugixml\exports.props" /> + <Import Project="$(ExternalsDir)rcheevos\exports.props" /> <Import Project="$(ExternalsDir)SDL\exports.props" /> <Import Project="$(ExternalsDir)SFML\exports.props" /> <Import Project="$(ExternalsDir)soundtouch\exports.props" /> diff --git a/Source/Core/DolphinQt/DolphinQt.vcxproj b/Source/Core/DolphinQt/DolphinQt.vcxproj index 838e33d7a1..01280a46a9 100644 --- a/Source/Core/DolphinQt/DolphinQt.vcxproj +++ b/Source/Core/DolphinQt/DolphinQt.vcxproj @@ -436,6 +436,7 @@ <Import Project="$(ExternalsDir)mbedtls\exports.props" /> <Import Project="$(ExternalsDir)mGBA\exports.props" /> <Import Project="$(ExternalsDir)picojson\exports.props" /> + <Import Project="$(ExternalsDir)rcheevos\exports.props" /> <Import Project="$(ExternalsDir)SFML\exports.props" /> <Import Project="$(ExternalsDir)soundtouch\exports.props" /> <Import Project="$(ExternalsDir)zstd\exports.props" /> |
