mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
AK: Generate clang module map
This commit is contained in:
parent
cb55f65328
commit
2d6a65884c
Notes:
github-actions[bot]
2024-08-07 00:29:02 +00:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/2d6a65884ca Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/965
2 changed files with 7 additions and 6 deletions
|
@ -59,3 +59,10 @@ endif()
|
|||
|
||||
find_package(simdutf REQUIRED)
|
||||
target_link_libraries(AK PRIVATE simdutf::simdutf)
|
||||
|
||||
generate_clang_module_map(
|
||||
AK
|
||||
GENERATED_FILES
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/Backtrace.h"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/Debug.h"
|
||||
)
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
module AK [system] {
|
||||
requires cplusplus
|
||||
umbrella "."
|
||||
|
||||
config_macros USING_AK_GLOBALLY
|
||||
}
|
Loading…
Reference in a new issue