Update CMakeLists.txt

This commit is contained in:
Google AutoFuzz Team 2019-06-24 15:00:57 -04:00 committed by Jordan Bayles
parent 181f9eb129
commit 400ec89811

View File

@ -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 fuzz)
target_link_libraries(jsoncpp_test jsoncpp_lib)
# another way to solve issue #90
#set_target_properties(jsoncpp_test PROPERTIES COMPILE_FLAGS -ffloat-store)