1 list(APPEND cbmc_compile_options
5 list(APPEND cbmc_compile_definitions
9 _CRT_SECURE_NO_WARNINGS
12 __PRETTY_FUNCTION__=__FUNCTION__
16 list(APPEND cbmc_compile_includes
17 ${CMAKE_SOURCE_DIR}/Source/include
18 ${CMAKE_SOURCE_DIR}/Source/portable/MSVC-MingW
19 ${CMAKE_SOURCE_DIR}/Source/../../FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/portable/BufferManagement
20 ${CMAKE_SOURCE_DIR}/Source/../../FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/include
21 ${CMAKE_SOURCE_DIR}/Source/../../FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/portable/Compiler/MSVC
26 # Remove --flag for a specific proof with list(REMOVE_ITEM cbmc_flags --flag)
27 list(APPEND cbmc_flags
32 --float-overflow-check
35 --pointer-overflow-check
36 --signed-overflow-check
37 --undefined-shift-check
38 --unsigned-overflow-check