1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:57:35 +00:00

TextEditor: Enable CMake syntax highlighting

This commit is contained in:
Sam Atkins 2023-02-28 14:32:27 +00:00 committed by Andrew Kaster
parent 9f9ea8ccb5
commit ac824677b8
3 changed files with 13 additions and 1 deletions

View file

@ -18,4 +18,4 @@ set(GENERATED_SOURCES
)
serenity_app(TextEditor ICON app-text-editor)
target_link_libraries(TextEditor PRIVATE LibCore LibWebView LibWeb LibMarkdown LibGfx LibGUI LibShell LibRegex LibDesktop LibCpp LibJS LibSQL LibSyntax LibFileSystemAccessClient LibConfig LibMain)
target_link_libraries(TextEditor PRIVATE LibCore LibWebView LibWeb LibMarkdown LibGfx LibGUI LibShell LibRegex LibDesktop LibCpp LibCMake LibJS LibSQL LibSyntax LibFileSystemAccessClient LibConfig LibMain)