Added missing rule

This commit is contained in:
Andres6936 2021-12-26 11:49:31 -05:00
parent 25f876287e
commit 6d1b01479c

View File

@ -113,6 +113,7 @@ if (JSONCPP_BUILD_SHARED_LIBS)
# Needed for legacy code
target_compile_definitions(jsoncpp.framework PUBLIC JSON_DLL_BUILD)
target_compile_definitions(jsoncpp.framework PUBLIC JSON_DLL)
else ()