mirror of
https://github.com/RGBCube/serenity
synced 2025-10-13 17:42:19 +00:00

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.
1 line
29 B
CMake
1 line
29 B
CMake
serenity_install_headers(AK)
|