chore(CMakeLists): fix install
This commit is contained in:
parent
439ce06a19
commit
a3935aedcd
1 changed files with 1 additions and 1 deletions
|
|
@ -488,7 +488,7 @@ if (NOT("${CROSS_COMPILE}" MATCHES "ON"))
|
|||
target_link_libraries(leanshared leanstatic)
|
||||
install(TARGETS leanshared DESTINATION lib)
|
||||
endif()
|
||||
install(FILES libleanstatic.a DESTINATION lib)
|
||||
install(TARGETS leanstatic DESTINATION lib)
|
||||
endif()
|
||||
|
||||
add_subdirectory(shell)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue