mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
e4ce485309
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.
3 lines
110 B
CMake
3 lines
110 B
CMake
include(${CMAKE_SOURCE_DIR}/Meta/CMake/utils.cmake)
|
|
serenity_install_headers(AK)
|
|
serenity_install_sources(AK)
|