add new line to endif

This commit is contained in:
Alanscut 2019-10-29 12:47:36 +08:00
parent f589f81a42
commit a417b183c6
2 changed files with 4 additions and 2 deletions

View File

@ -30,4 +30,5 @@ endif()
if(ENABLE_CJSON_TEST)
ADD_EXECUTABLE(fuzz_main fuzz_main.c cjson_read_fuzzer.c)
TARGET_LINK_LIBRARIES(fuzz_main cjson)
endif()
endif()

View File

@ -73,4 +73,5 @@ int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
#ifdef __cplusplus
}
#endif
#endif