add bsd
This commit is contained in:
parent
ab2399ce50
commit
c81027e8e8
@ -25,7 +25,7 @@ idf_component_register(SRCS
|
||||
target_compile_options(${COMPONENT_LIB} PUBLIC --coverage -DLV_LVGL_H_INCLUDE_SIMPLE)
|
||||
target_link_libraries(${COMPONENT_LIB} PUBLIC ${PKG_CONFIG_LIB} --coverage)
|
||||
target_include_directories(${COMPONENT_LIB} PRIVATE ${CMAKE_SOURCE_DIR}/mock ${PKG_CONFIG_INC})
|
||||
|
||||
target_link_libraries(${COMPONENT_LIB} PRIVATE bsd)
|
||||
|
||||
if(CMAKE_C_COMPILER_ID MATCHES "Clang")
|
||||
target_compile_options(${COMPONENT_LIB} PRIVATE -std=gnu++20)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user