File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ if(BUILD_SHARED_LIBS)
1919 else ()
2020 add_definitions (-DJSON_DLL )
2121 endif ()
22- target_link_libraries (jsontestrunner_exe jsoncpp_lib )
22+ target_link_libraries (jsontestrunner_exe JSONCPP_lib )
2323else ()
24- target_link_libraries (jsontestrunner_exe jsoncpp_static )
24+ target_link_libraries (jsontestrunner_exe JSONCPP_static )
2525endif ()
2626
2727set_target_properties (jsontestrunner_exe PROPERTIES OUTPUT_NAME jsontestrunner_exe )
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ if(BUILD_SHARED_LIBS)
1515 else ()
1616 add_definitions ( -DJSON_DLL )
1717 endif ()
18- target_link_libraries (jsoncpp_test jsoncpp_lib )
18+ target_link_libraries (jsoncpp_test JSONCPP_lib )
1919else ()
20- target_link_libraries (jsoncpp_test jsoncpp_static )
20+ target_link_libraries (jsoncpp_test JSONCPP_static )
2121endif ()
2222
2323# another way to solve issue #90
You can’t perform that action at this time.
0 commit comments