mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-13 10:22:55 +01:00
Update CMakeLists.txt
This commit is contained in:
parent
13afd0e455
commit
181f9eb129
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user