cmake: add ARCHIVE rule to the install command (#1282)
This commit is contained in:
parent
10f0562796
commit
ad80f042c4
@ -959,6 +959,7 @@ if(NOT MSVC)
|
||||
file(GLOB UNICORN_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/include/unicorn/*.h)
|
||||
install(TARGETS unicorn
|
||||
RUNTIME DESTINATION bin
|
||||
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
)
|
||||
install(FILES ${UNICORN_HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/unicorn)
|
||||
|
Loading…
Reference in New Issue
Block a user