7 lines
165 B
CMake
7 lines
165 B
CMake
idf_component_register(
|
|
SRCS "src/gateway_core.cpp"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES log
|
|
)
|
|
|
|
set_property(TARGET ${COMPONENT_LIB} PROPERTY CXX_STANDARD 17) |