dolphin/Source/Core/UpdaterCommon/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
169 B
CMake
Raw Normal View History

add_library(updatercommon
UI.h
UpdaterCommon.cpp
UpdaterCommon.h
)
target_link_libraries(updatercommon PRIVATE
uicommon
mbedtls
z
ed25519
cpp-optparse
)