mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:17:34 +00:00
Meta+Userland: Add jakt as an optional Lagom Tool
We can now use ENABLE_JAKT to pull jakt as a host tool and use it to pre-process .jakt files into .cpp files for use in serenity applications
This commit is contained in:
parent
f19aad8336
commit
ca42da23c2
11 changed files with 122 additions and 3 deletions
|
@ -53,6 +53,9 @@ if (NOT HACKSTUDIO_BUILD)
|
|||
|
||||
# Host tools, required to generate files for the build
|
||||
find_package(Lagom CONFIG REQUIRED)
|
||||
if (TARGET Lagom::jakt)
|
||||
set(ENABLE_JAKT ON)
|
||||
endif()
|
||||
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue