mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:34:57 +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
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(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_INSTALL_PREFIX ${CMAKE_BINARY_DIR}/Root)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue