# Add the directory that contains message_channel.h
target_include_directories(app PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../../common)

# Always link the network module into the application image
target_sources(app PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/network.c)
