mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
8 lines
167 B
CMake
8 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()
|