From 181f9eb129bd00ed24561c1e4bab4b8d84abc036 Mon Sep 17 00:00:00 2001 From: Google AutoFuzz Team Date: Mon, 24 Jun 2019 14:50:25 -0400 Subject: [PATCH] Update CMakeLists.txt --- src/test_lib_json/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test_lib_json/CMakeLists.txt b/src/test_lib_json/CMakeLists.txt index abb1813..e3e81a7 100644 --- a/src/test_lib_json/CMakeLists.txt +++ b/src/test_lib_json/CMakeLists.txt @@ -12,7 +12,7 @@ add_executable( jsoncpp_test if(BUILD_SHARED_LIBS) add_compile_definitions( JSON_DLL ) endif() -target_link_libraries(jsoncpp_test jsoncpp_lib) +target_link_libraries(jsoncpp_test jsoncpp_lib fuzz) # another way to solve issue #90 #set_target_properties(jsoncpp_test PROPERTIES COMPILE_FLAGS -ffloat-store)