mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
9 lines
144 B
CMake
9 lines
144 B
CMake
add_library(updatercommon
|
|
UpdaterCommon.cpp)
|
|
|
|
target_link_libraries(updatercommon PRIVATE
|
|
uicommon
|
|
mbedtls
|
|
z
|
|
ed25519
|
|
cpp-optparse) |