1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:07:45 +00:00

Meta: Install source files at /usr/src/serenity

This commit is contained in:
Itamar 2020-08-15 15:11:10 +03:00 committed by Andreas Kling
parent 311a355505
commit 310063fed8
3 changed files with 12 additions and 0 deletions

View file

@ -270,5 +270,6 @@ add_custom_command(
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kernel.map DESTINATION res)
serenity_install_headers(Kernel)
serenity_install_sources(Kernel)
add_subdirectory(Modules)