Skip to content

Commit

Permalink
tomlplusplus warnings
Browse files Browse the repository at this point in the history
-moves interface to platform_homescreen

Signed-off-by: Joel Winarske <[email protected]>
  • Loading branch information
jwinarske committed Jan 16, 2025
1 parent bd892a6 commit ec47f51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion shell/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ target_link_libraries(${PROJECT_NAME} PRIVATE
asio
flutter
cxxopts::cxxopts
tomlplusplus::tomlplusplus
Threads::Threads
wayland-gen
dl
Expand Down
1 change: 1 addition & 0 deletions shell/platform/homescreen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ target_link_libraries(platform_homescreen PUBLIC
rapidjson
spdlog
wayland-gen
tomlplusplus::tomlplusplus
)

if (ENABLE_PLUGINS)
Expand Down

0 comments on commit ec47f51

Please sign in to comment.