AK: Move generating the Debug.h header to AK's CMakeLists

This commit is contained in:
Undefine
2026-03-29 12:13:52 +02:00
committed by Andrew Kaster
parent 731f1678ba
commit 9292c7bca9
Notes: github-actions[bot] 2026-03-29 20:00:25 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -48,6 +48,8 @@ endif()
ladybird_lib(AK ak)
configure_file(Debug.h.in Debug.h @ONLY)
find_package(cpptrace CONFIG)
find_package(Backtrace)