1 2add_host_tool(hpp hpp.c) 3 4if(MSVC) 5 # Disable warning "'=': conversion from 'a' to 'b', possible loss of data" 6 add_target_compile_flags(hpp "/wd4244") 7endif() 8