Merge pull request #932 from oleurodecision/cmake_clean

cmake cleanup
This commit is contained in:
Jordan Bayles
2019-06-25 13:59:46 -07:00
committed by GitHub
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( JSON_DLL )
endif()
target_link_libraries(jsoncpp_test jsoncpp_lib)