mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
AK: Install generated Debug.h
into /usr/include
Ports like SDL2 can depend on headers that try to include `Debug.h`.
This commit is contained in:
parent
15b0c38c0f
commit
a8949f4eca
Notes:
sideshowbarker
2024-07-17 11:30:05 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/a8949f4eca Pull-request: https://github.com/SerenityOS/serenity/pull/13820 Reviewed-by: https://github.com/kennethmyhra ✅ Reviewed-by: https://github.com/kleinesfilmroellchen ✅
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ endif(ENABLE_ALL_THE_DEBUG_MACROS)
|
||||||
|
|
||||||
configure_file(AK/Debug.h.in AK/Debug.h @ONLY)
|
configure_file(AK/Debug.h.in AK/Debug.h @ONLY)
|
||||||
configure_file(Kernel/Debug.h.in Kernel/Debug.h @ONLY)
|
configure_file(Kernel/Debug.h.in Kernel/Debug.h @ONLY)
|
||||||
|
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/AK/Debug.h DESTINATION usr/include/AK)
|
||||||
|
|
||||||
set(CMAKE_STAGING_PREFIX ${CMAKE_BINARY_DIR}/Root)
|
set(CMAKE_STAGING_PREFIX ${CMAKE_BINARY_DIR}/Root)
|
||||||
set(CMAKE_INSTALL_PREFIX ${CMAKE_BINARY_DIR}/Root)
|
set(CMAKE_INSTALL_PREFIX ${CMAKE_BINARY_DIR}/Root)
|
||||||
|
|
Loading…
Reference in a new issue