mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[CMake] llvm-c/lto.h should be installed if libLTO.a is built.
llvm-svn: 201859
This commit is contained in:
parent
b6856625df
commit
761b86605f
@ -22,7 +22,5 @@ endif()
|
|||||||
|
|
||||||
add_llvm_library(LTO ${ENABLE_SHARED} STATIC ${SOURCES})
|
add_llvm_library(LTO ${ENABLE_SHARED} STATIC ${SOURCES})
|
||||||
|
|
||||||
if( NOT CYGWIN )
|
install(FILES ${LLVM_MAIN_INCLUDE_DIR}/llvm-c/lto.h
|
||||||
install(FILES ${LLVM_MAIN_INCLUDE_DIR}/llvm-c/lto.h
|
DESTINATION include/llvm-c)
|
||||||
DESTINATION include/llvm-c)
|
|
||||||
endif()
|
|
||||||
|
Loading…
Reference in New Issue
Block a user