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:
parent
9f9ea8ccb5
commit
ac824677b8
3 changed files with 13 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue