mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
13 lines
169 B
CMake
13 lines
169 B
CMake
add_library(updatercommon
|
|
UI.h
|
|
UpdaterCommon.cpp
|
|
UpdaterCommon.h
|
|
)
|
|
|
|
target_link_libraries(updatercommon PRIVATE
|
|
uicommon
|
|
mbedtls
|
|
z
|
|
ed25519
|
|
cpp-optparse
|
|
) |