mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Manually specify the folder that llvm-ranlib should reside in for CMake-produced solutions that care about such things (like MSVC). This takes llvm-ranlib out of the root solution folder and places it into the Tools folder where it belongs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225353 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
18a7c886c0
commit
98f5ce6a35
@ -24,4 +24,6 @@ add_custom_command(OUTPUT ${llvm_ranlib}
|
||||
DEPENDS llvm-ar)
|
||||
|
||||
add_custom_target(llvm-ranlib ALL DEPENDS ${llvm_ranlib})
|
||||
set_target_properties(llvm-ranlib PROPERTIES FOLDER Tools)
|
||||
|
||||
install(SCRIPT install_symlink.cmake -DCMAKE_INSTALL_PREFIX=\"${CMAKE_INSTALL_PREFIX}\")
|
||||
|
Loading…
Reference in New Issue
Block a user