mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:37:34 +00:00
HackStudio: Enable CMake syntax highlighting
This commit is contained in:
parent
ac824677b8
commit
0d0ad22572
4 changed files with 10 additions and 2 deletions
|
@ -55,5 +55,5 @@ set(GENERATED_SOURCES
|
|||
)
|
||||
|
||||
serenity_app(HackStudio ICON app-hack-studio)
|
||||
target_link_libraries(HackStudio PRIVATE LibWebView LibWeb LibMarkdown LibGUI LibCpp LibGfx LibCore LibVT LibDebug LibX86 LibDiff LibShell LibSymbolication LibSyntax LibRegex LibSQL LibConfig LibCore LibCoredump LibDesktop LibIPC LibJS LibMain LibThreading)
|
||||
target_link_libraries(HackStudio PRIVATE LibWebView LibWeb LibMarkdown LibGUI LibCpp LibCMake LibGfx LibCore LibVT LibDebug LibX86 LibDiff LibShell LibSymbolication LibSyntax LibRegex LibSQL LibConfig LibCore LibCoredump LibDesktop LibIPC LibJS LibMain LibThreading)
|
||||
add_dependencies(HackStudio CppLanguageServer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue