mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 15:12:05 +00:00
Rework host tools
Now configured at the same time as reactos and only one list of targets to maintain Correctly rebuilds when a tool changes (tested widl)
This commit is contained in:
parent
87a625bd6c
commit
ce531a28ec
7 changed files with 54 additions and 155 deletions
|
@ -1,9 +1,7 @@
|
|||
|
||||
function(add_host_tool _tool)
|
||||
add_executable(${_tool} ${ARGN})
|
||||
if(NEW_STYLE_BUILD)
|
||||
set_target_properties(${_tool} PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${TOOLS_FOLDER})
|
||||
endif()
|
||||
set_target_properties(${_tool} PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${TOOLS_FOLDER})
|
||||
endfunction()
|
||||
|
||||
#add_executable(pefixup pefixup.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue