cmake fixes

This commit is contained in:
Olivier LIESS
2019-06-03 12:35:14 +02:00
parent 5b91551f39
commit 8d2095af3c
5 changed files with 22 additions and 28 deletions

View File

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