mirror of
https://github.com/reactos/reactos
synced 2025-10-06 00:12:51 +02:00
|CMAKE] Use ExternalProject for host-tools build
This commit is contained in:
committed by
Jérôme Gardou
parent
6cb3b62b4c
commit
bbe47e61b1
@@ -95,9 +95,7 @@ if(NOT CMAKE_CROSSCOMPILING)
|
||||
list(APPEND NATIVE_TARGETS rsym pefixup)
|
||||
endif()
|
||||
|
||||
export(TARGETS ${NATIVE_TARGETS} FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- )
|
||||
configure_file(sdk/cmake/host-tools.in ${CMAKE_BINARY_DIR}/TargetList.cmake)
|
||||
|
||||
install(TARGETS ${NATIVE_TARGETS})
|
||||
else()
|
||||
# Add host tools target
|
||||
include(sdk/cmake/host-tools.cmake)
|
||||
|
Reference in New Issue
Block a user