mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 23:59:49 +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: 66c939599c
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…
Add table
Add a link
Reference in a new issue