mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
AK: Add a clang modules module map
This commit is contained in:
parent
7afe183172
commit
66c939599c
Notes:
github-actions[bot]
2024-07-31 00:39:04 +00:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/66c939599c0 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/821
1 changed files with 6 additions and 0 deletions
6
AK/module.modulemap
Normal file
6
AK/module.modulemap
Normal file
|
@ -0,0 +1,6 @@
|
|||
module AK [system] {
|
||||
requires cplusplus
|
||||
umbrella "."
|
||||
|
||||
config_macros USING_AK_GLOBALLY
|
||||
}
|
Loading…
Reference in a new issue