mirror of
https://github.com/RGBCube/serenity
synced 2026-01-15 21:11:00 +00:00
Problem: - These utility functions are only used in `AK`, but are being defined in the top-level. This clutters the top-level. Solution: - Move the utility functions to `Meta/CMake/utils.cmake` and include where needed. - Also, move `all_the_debug_macros.cmake` into `Meta/CMake` directory to consolidate the location of `*.cmake` script files. |
||
|---|---|---|
| .. | ||
| all_the_debug_macros.cmake | ||
| utils.cmake | ||