1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-06-18 07:55:19 +00:00
reactos/sdk/tools/hpp/CMakeLists.txt

7 lines
167 B
CMake

add_host_tool(hpp hpp.c)
if(MSVC)
# Disable warning "'=': conversion from 'a' to 'b', possible loss of data"
add_target_compile_flags(hpp "/wd4244")
endif()