summaryrefslogtreecommitdiff
path: root/src/codecs/CMakeLists.txt
blob: 9677e459fdfe6f93919c5a6fc66cbc0bd0ff7287 (plain)
1
2
3
4
5
6
7
8
idf_component_register(
  SRCS "codec.cpp" "mad.cpp"
  INCLUDE_DIRS "include"
  REQUIRES "result" "span")

add_dependencies("${COMPONENT_LIB}" libmad)
target_compile_options("${COMPONENT_LIB}" PRIVATE ${EXTRA_WARNINGS})
target_include_directories("${COMPONENT_LIB}" PRIVATE "${LIBMAD_INCLUDE}")