AK: Add a clang modules module map

This commit is contained in:
Andrew Kaster 2024-07-24 18:57:31 -06:00
parent 7afe183172
commit 66c939599c
Notes: github-actions[bot] 2024-07-31 00:39:04 +00:00

6
AK/module.modulemap Normal file
View file

@ -0,0 +1,6 @@
module AK [system] {
requires cplusplus
umbrella "."
config_macros USING_AK_GLOBALLY
}