mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
CMake: Include utils from places that were implicitly dependent on it
These files use functions that are declared in utils.cmake, but were relying on implicit inclusion from other files.
This commit is contained in:
parent
85001185a7
commit
12dd5f0804
Notes:
github-actions[bot]
2025-07-07 07:11:41 +00:00
Author: https://github.com/ADKaster
Commit: 12dd5f0804
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5326
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/gmta ✅
2 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
include(${CMAKE_CURRENT_LIST_DIR}/utils.cmake)
|
||||
|
||||
function(lagom_generate_export_header name fs_name)
|
||||
# Temporary helper to allow libraries to opt-in to using X_API macros
|
||||
# to export symbols required by external consumers. This allows the codebase
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
include(clang_development)
|
||||
include(utils)
|
||||
|
||||
function(clang_plugin target_name)
|
||||
cmake_parse_arguments(CLANG_PLUGIN "" "" "SOURCES" ${ARGN})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue