Skip to content

Commit

Permalink
cpack
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Sep 3, 2023
1 parent a3198ec commit 2ec94ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lckernel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,9 @@ if (MSVC)
endif()

# INSTALLATION
if (MSVC)
include(CPack)
endif()
install(TARGETS lckernel
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})

0 comments on commit 2ec94ae

Please sign in to comment.