Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions abcc-driver-api.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ set(abcc_api_SRCS
${ABCC_API_DIR}/src/abcc_api_command_handler.c
${ABCC_API_DIR}/src/host_objects/application_data_object.c
${ABCC_API_DIR}/src/anybus_objects/anybus_file_system_interface_object.c
${ABCC_API_DIR}/src/anybus_objects/diagnostic_object.c
)

# Complete list of header (.h) files inside the Anybus CompactCom API. This is
Expand All @@ -21,6 +22,7 @@ set(abcc_api_INCS
${ABCC_API_DIR}/inc/abcc_api_select_firmware.h
${ABCC_API_DIR}/inc/host_objects/abcc_api_command_handler_lookup.h
${ABCC_API_DIR}/inc/anybus_objects/anybus_file_system_interface_object.h
${ABCC_API_DIR}/inc/anybus_objects/diagnostic_object.h
${ABCC_API_DIR}/src/abcc_api_config.h
${ABCC_API_DIR}/src/abcc_api_command_handler.h
${ABCC_API_DIR}/src/host_objects/application_data_object.h
Expand Down
1 change: 1 addition & 0 deletions abcc-driver-api.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ SRCS += $(ABCC_API_DIR)/src/abcc_api_handler.c
SRCS += $(ABCC_API_DIR)/src/abcc_api_command_handler.c
SRCS += $(ABCC_API_DIR)/src/host_objects/application_data_object.c
SRCS += $(ABCC_API_DIR)/src/anybus_objects/anybus_file_system_interface_object.c
SRCS += $(ABCC_API_DIR)/src/anybus_objects/diagnostic_object.c

# add the Anybus CompactCom Driver API include directories
INCLUDES += -I$(ABCC_API_DIR)/inc
Expand Down
Loading