add_library(json dist/jsoncpp.cpp dist/json/json.h dist/json/json-forwards.h) set_target_properties(json PROPERTIES FOLDER "extern") target_compile_definitions(json PUBLIC $<$:JSON_DLL> PRIVATE $<$:JSON_DLL_BUILD>) set_target_properties(json PROPERTIES COMPILE_OPTIONS $<$:/wd4702>) set_target_properties(json PROPERTIES COMPILE_OPTIONS $<$:/wd4275>) target_compile_options(json PUBLIC $<$:/wd4702> PUBLIC $<$:/wd4275>) target_include_directories(json PUBLIC $)