AK: Generate clang module map

This commit is contained in:
Andrew Kaster 2024-08-05 20:46:12 -06:00 committed by Andrew Kaster
parent cb55f65328
commit 2d6a65884c
Notes: github-actions[bot] 2024-08-07 00:29:02 +00:00
2 changed files with 7 additions and 6 deletions

View file

@ -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"
)

View file

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