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

@@ -123,8 +123,6 @@ set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${LINKER_FLAGS}")
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} ${LINKER_FLAGS}")
set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} ${LINKER_FLAGS}")
configure_file(AK/Debug.h.in AK/Debug.h @ONLY)
include_directories(${LADYBIRD_SOURCE_DIR})
include_directories(Libraries)
include_directories(Services)