2020-10-22 21:09:17 +00:00
|
|
|
add_compile_options(${SANITIZE_FLAGS})
|
|
|
|
|
2015-03-29 00:33:46 +00:00
|
|
|
include_directories(
|
|
|
|
${CMAKE_SOURCE_DIR}/include)
|
|
|
|
|
|
|
|
add_executable(CDemo
|
|
|
|
CDemo.c)
|
|
|
|
|
|
|
|
target_link_libraries(CDemo
|
2020-10-22 21:09:17 +00:00
|
|
|
slvs
|
|
|
|
${SANITIZE_FLAGS})
|