summaryrefslogtreecommitdiff
path: root/lib/avtp_pipeline/openavb_common/CMakeLists.txt
blob: e5f7d7f48fb75bf1d16585daf615a27cdeef634c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if (AVB_FEATURE_IGB)
	message("-- common IGB library included")
	SET (IGB_FILES
		${AVB_SRC_DIR}/../common/avb_igb.c
	)
endif ()
SET (SRC_FILES ${SRC_FILES}
	${AVB_SRC_DIR}/../common/avb_gptp.c
	${AVB_SRC_DIR}/openavb_common/mrp_client.c
	${IGB_FILES}
	PARENT_SCOPE
)