mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Move shared Updater logic into UpdaterCommon
This commit is contained in:
8
Source/Core/UpdaterCommon/CMakeLists.txt
Normal file
8
Source/Core/UpdaterCommon/CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
||||
add_library(updatercommon
|
||||
UpdaterCommon.cpp)
|
||||
|
||||
target_link_libraries(updatercommon PRIVATE
|
||||
uicommon
|
||||
mbedtls
|
||||
z
|
||||
ed25519)
|
Reference in New Issue
Block a user