diff --git a/Source/Core/UpdaterCommon/CMakeLists.txt b/Source/Core/UpdaterCommon/CMakeLists.txt index 8a98814e4d..0b11e10eed 100644 --- a/Source/Core/UpdaterCommon/CMakeLists.txt +++ b/Source/Core/UpdaterCommon/CMakeLists.txt @@ -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) \ No newline at end of file + cpp-optparse +) \ No newline at end of file