Files
esp-protocols/components/esp_modem/test/target/main/CMakeLists.txt

7 lines
229 B
CMake
Raw Normal View History

2021-04-04 22:15:46 +02:00
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)