Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Add GGD dependency on coreMQTT (#3324)
Browse files Browse the repository at this point in the history
  • Loading branch information
muneebahmed10 authored Jul 14, 2021
1 parent e7737db commit c1cb773
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libraries/freertos_plus/aws/greengrass/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ afr_module_dependencies(
PUBLIC
AFR::secure_sockets
AFR::logging
# This dependency is required for auto-including
# the coreMQTT library on the FreeRTOS console
# when the Greengrass library is selected.
AFR::core_mqtt_demo_dependencies
PRIVATE
3rdparty::jsmn
)
Expand Down

0 comments on commit c1cb773

Please sign in to comment.