mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01: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
|
|
@ -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…
Reference in New Issue
Block a user