1
Fork 0
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:
Andrew Kaster 2022-06-18 15:40:39 -06:00 committed by Andreas Kling
parent b0f546cd60
commit fef83ed47d
2 changed files with 4 additions and 3 deletions

View file

@ -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()