mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
8 lines
272 B
CMake
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)
|