mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
8 lines
129 B
CMake
8 lines
129 B
CMake
|
add_library(updatercommon
|
||
|
UpdaterCommon.cpp)
|
||
|
|
||
|
target_link_libraries(updatercommon PRIVATE
|
||
|
uicommon
|
||
|
mbedtls
|
||
|
z
|
||
|
ed25519)
|