fixed typos

This commit is contained in:
Olivier LIESS
2019-06-03 16:28:56 +02:00
parent 8d2095af3c
commit 85f5b1c8f9
3 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ add_executable( jsoncpp_test
if(BUILD_SHARED_LIBS)
add_compile_definitions( -DJSON_DLL )
add_compile_definitions( JSON_DLL )
endif()
target_link_libraries(jsoncpp_test jsoncpp_lib)