mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:01:43 +00:00
[CMAKE] Replace custom functions to built-in ones
add_target_compile_definitions -> target_compile_definitions add_target_compile_flags -> target_compile_options add_target_include_directories -> target_include_directories
This commit is contained in:
parent
480f729f6d
commit
7e069ccdb2
93 changed files with 163 additions and 180 deletions
|
@ -3,5 +3,5 @@ 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")
|
||||
target_compile_options(hpp PRIVATE "/wd4244")
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue