Skip to content

Commit

Permalink
AK: Install generated Debug.h into /usr/include
Browse files Browse the repository at this point in the history
Ports like SDL2 can depend on headers that try to include `Debug.h`.
  • Loading branch information
gmta authored and awesomekling committed Apr 29, 2022
1 parent 15b0c38 commit a8949f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a8949f4

Please sign in to comment.