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