xref: /reactos/sdk/tools/hpp/CMakeLists.txt (revision 139a3d66)
1
2add_host_tool(hpp hpp.c)
3
4if(MSVC)
5    # Disable warning "'=': conversion from 'a' to 'b', possible loss of data"
6    target_compile_options(hpp PRIVATE "/wd4244")
7endif()
8