Update CMakeLists.txt

This commit is contained in:
Google AutoFuzz Team 2019-06-24 14:50:25 -04:00 committed by Jordan Bayles
parent 13afd0e455
commit 181f9eb129

View File

@ -12,7 +12,7 @@ add_executable( jsoncpp_test
if(BUILD_SHARED_LIBS) if(BUILD_SHARED_LIBS)
add_compile_definitions( JSON_DLL ) add_compile_definitions( JSON_DLL )
endif() endif()
target_link_libraries(jsoncpp_test jsoncpp_lib) target_link_libraries(jsoncpp_test jsoncpp_lib fuzz)
# another way to solve issue #90 # another way to solve issue #90
#set_target_properties(jsoncpp_test PROPERTIES COMPILE_FLAGS -ffloat-store) #set_target_properties(jsoncpp_test PROPERTIES COMPILE_FLAGS -ffloat-store)