mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
UpdaterCommon/CMakeLists: Specify headers in target sources
This commit is contained in:
@ -1,9 +1,13 @@
|
|||||||
add_library(updatercommon
|
add_library(updatercommon
|
||||||
UpdaterCommon.cpp)
|
UI.h
|
||||||
|
UpdaterCommon.cpp
|
||||||
|
UpdaterCommon.h
|
||||||
|
)
|
||||||
|
|
||||||
target_link_libraries(updatercommon PRIVATE
|
target_link_libraries(updatercommon PRIVATE
|
||||||
uicommon
|
uicommon
|
||||||
mbedtls
|
mbedtls
|
||||||
z
|
z
|
||||||
ed25519
|
ed25519
|
||||||
cpp-optparse)
|
cpp-optparse
|
||||||
|
)
|
Reference in New Issue
Block a user