mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-01 15:16:22 +00:00
UpdaterCommon/CMakeLists: Specify headers in target sources
This commit is contained in:
parent
4cdb493eab
commit
87a57a5584
1 changed files with 7 additions and 3 deletions
|
@ -1,9 +1,13 @@
|
|||
add_library(updatercommon
|
||||
UpdaterCommon.cpp)
|
||||
|
||||
UI.h
|
||||
UpdaterCommon.cpp
|
||||
UpdaterCommon.h
|
||||
)
|
||||
|
||||
target_link_libraries(updatercommon PRIVATE
|
||||
uicommon
|
||||
mbedtls
|
||||
z
|
||||
ed25519
|
||||
cpp-optparse)
|
||||
cpp-optparse
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue