summaryrefslogtreecommitdiff
path: root/src/dev_console/CMakeLists.txt
blob: b7e6357eb5dbba09c9e05a5b146bd804f065c3f9 (plain)
1
2
3
4
5
idf_component_register(
  SRCS "console.cpp"
  INCLUDE_DIRS "include"
  REQUIRES "console")
target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS})