From ec47f51eb95e8e4e7023b86048505a78a332818b Mon Sep 17 00:00:00 2001 From: Joel Winarske Date: Thu, 16 Jan 2025 08:57:26 -0800 Subject: [PATCH] tomlplusplus warnings -moves interface to platform_homescreen Signed-off-by: Joel Winarske --- shell/CMakeLists.txt | 1 - shell/platform/homescreen/CMakeLists.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/CMakeLists.txt b/shell/CMakeLists.txt index 1183005d..7c82d0ca 100644 --- a/shell/CMakeLists.txt +++ b/shell/CMakeLists.txt @@ -108,7 +108,6 @@ target_link_libraries(${PROJECT_NAME} PRIVATE asio flutter cxxopts::cxxopts - tomlplusplus::tomlplusplus Threads::Threads wayland-gen dl diff --git a/shell/platform/homescreen/CMakeLists.txt b/shell/platform/homescreen/CMakeLists.txt index a40b7e29..511be1fc 100644 --- a/shell/platform/homescreen/CMakeLists.txt +++ b/shell/platform/homescreen/CMakeLists.txt @@ -31,6 +31,7 @@ target_link_libraries(platform_homescreen PUBLIC rapidjson spdlog wayland-gen + tomlplusplus::tomlplusplus ) if (ENABLE_PLUGINS)