Skip to content

Commit

Permalink
Remove cluster-objects from chip_data_model.cmake
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Gielniewski <[email protected]>
  • Loading branch information
adigie committed Feb 6, 2025
1 parent 6b799cd commit afed4dd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/app/chip_data_model.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,6 @@ function(chip_configure_data_model APP_TARGET)
${CHIP_APP_BASE_DIR}/icd/server/ICDConfigurationData.cpp
)

# This is:
# //src/app/common:cluster-objects
#
# TODO: ideally we would avoid duplication and would link gn-built items
target_sources(${APP_TARGET} ${SCOPE}
${CHIP_APP_BASE_DIR}/../../zzz_generated/app-common/app-common/zap-generated/cluster-objects.cpp
)

chip_zapgen(${APP_TARGET}-zapgen
INPUT "${ARG_ZAP_FILE}"
GENERATOR "app-templates"
Expand Down

0 comments on commit afed4dd

Please sign in to comment.