1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:57:44 +00:00

Ports: Fix CMake-based ports

The SDL port failed to build because the CMake toolchain filed pointed
to the old root. Now the toolchain file assumes that the Root is in
Build/Root.

Additionally, the AK/ and Kernel/ headers need to be installed in the
root too.
This commit is contained in:
Paul Redmond 2020-05-26 14:20:24 -04:00 committed by Andreas Kling
parent b0b03c52af
commit 4d4e578edf
4 changed files with 11 additions and 7 deletions

View file

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