pikapython/bsp/esp32c3/main/CMakeLists.txt

8 lines
272 B
CMake
Raw Normal View History

2023-01-17 21:53:55 +08:00
# Embed the server root certificate into the final binary
idf_build_get_property(project_dir PROJECT_DIR)
2022-06-27 15:43:35 +08:00
idf_component_register(SRCS "main.c"
INCLUDE_DIRS ".")
2023-01-17 21:53:55 +08:00
# add macro
idf_build_set_property(
COMPILE_DEFINITIONS "-DPIKA_CONFIG_ENABLE" APPEND)