################################################################################ # hoops_unicode is a target used to activate unicode build on windows ################################################################################ # add_library(hoops_unicode INTERFACE) if(MSVC) target_compile_definitions(hoops_unicode INTERFACE UNICODE _UNICODE) endif()