mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
8ce907a855
This reverts commit 2e75681b55ab55301022533b203269f5f3d6f909. Restore the clean up change. The underlying CMake issue was resolved in 372ad32734ecb455f9fb4d0601229ca2dfc78b66.
13 lines
376 B
CMake
13 lines
376 B
CMake
add_llvm_component_library(LLVMWindowsManifest
|
|
WindowsManifestMerger.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/WindowsManifest
|
|
${Backtrace_INCLUDE_DIRS})
|
|
|
|
if(LIBXML2_LIBRARIES)
|
|
target_link_libraries(LLVMWindowsManifest PUBLIC ${LIBXML2_LIBRARIES})
|
|
set_property(TARGET LLVMWindowsManifest PROPERTY
|
|
LLVM_SYSTEM_LIBS ${LIBXML2_LIBRARIES})
|
|
endif()
|