pikapython/bsp/esp32c3/main/CMakeLists.txt
李昂 1d88212a46
update bsp/esp32c3/main/CMakeLists.txt.
Signed-off-by: 李昂 <liang6516@outlook.com>
2023-01-17 14:00:35 +00:00

8 lines
272 B
CMake

# Embed the server root certificate into the final binary
idf_build_get_property(project_dir PROJECT_DIR)
idf_component_register(SRCS "main.c"
INCLUDE_DIRS ".")
# add macro
idf_build_set_property(
COMPILE_DEFINITIONS "-DPIKA_CONFIG_ENABLE" APPEND)