AK: Move generating the Debug.h header to AK's CMakeLists
This commit is contained in:
parent
731f1678ba
commit
9292c7bca9
2 changed files with 2 additions and 2 deletions
|
|
@ -48,6 +48,8 @@ endif()
|
|||
|
||||
ladybird_lib(AK ak)
|
||||
|
||||
configure_file(Debug.h.in Debug.h @ONLY)
|
||||
|
||||
find_package(cpptrace CONFIG)
|
||||
find_package(Backtrace)
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue