# CRC: 0796FC1E6A776AF9156B257209C352581AB8D2B94C78EF93D63B61A471FC09681F98373856C51D5315E6E2F49331C8C6B43493264A95EB55D46D6CD1566D0CB00228F42835EF5B88138FDEE58A4EE9C3A4BAF1B34E38B68E0C3CAEE8E7DA6987BB6BD8F99684101734A96C79576AEC4F929BA48772AB42B1062B35D0C90DD5AB41A6EE60FDD776C37E2F9BA4B2C8670FC59CD3CDAF6397327831E24AEFD5267B6AEA2298E4C1484C0485E9E645EE8DD7CA71CF86CBBD6D60B3366245709592618E9AAB225DD5F7D761F034B9FA71B2B90108C94B823EFAB2D2EF1051E39F543AFA58BCB22F86270C
# REVISION: 4.0
# GUID: 591D1B4F-FF4B-4AF6-9ABC-8D933A89BD11
# DATE: 07\04\2025
# DIR: FCD\ESP\Batch\mainCMakeLists.txt

idf_component_register(SRCS "esp-project.c"
                    INCLUDE_DIRS "")


target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-cpp)
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-unused-function)
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-unused-variable)
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-unused-but-set-variable)
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-incompatible-pointer-types)
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-discarded-qualifiers)
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-int-conversion)
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-pointer-sign)

#You can disable all warnings as errors by uncommenting the line below.
#target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-error)