mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:47:35 +00:00
Meta: Install runtime/utility from jakt to make hello-jakt build again
Also add a compile flag that fixes a warning from including <serenity.h>
This commit is contained in:
parent
b0f546cd60
commit
fef83ed47d
2 changed files with 4 additions and 3 deletions
|
@ -35,5 +35,6 @@ if (NOT jakt_POPULATED)
|
|||
install(DIRECTORY "${jakt_SOURCE_DIR}/runtime"
|
||||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/jakt
|
||||
FILES_MATCHING PATTERN "*.h"
|
||||
PATTERN "*.cpp")
|
||||
PATTERN "*.cpp"
|
||||
PATTERN "utility")
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue