mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-21 22:42:23 +02:00
7 lines
229 B
CMake
7 lines
229 B
CMake
![]() |
idf_component_register(SRCS "pppd_test.cpp"
|
||
|
"NetworkDCE.cpp"
|
||
|
INCLUDE_DIRS "$ENV{IDF_PATH}/tools/catch"
|
||
|
REQUIRES esp_modem)
|
||
|
|
||
|
target_compile_features(${COMPONENT_LIB} PRIVATE cxx_std_17)
|