CMakeLists.txt 121 B

12345
  1. set(COMPONENT_SRCS "bt_app_core.c"
  2. "main.c")
  3. set(COMPONENT_ADD_INCLUDEDIRS ".")
  4. register_component()