mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:07:46 +00:00
HackStudio: Port to LibMain :^)
This commit is contained in:
parent
98e65f71da
commit
4a90729a3e
2 changed files with 7 additions and 8 deletions
|
@ -50,5 +50,5 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_app(HackStudio ICON app-hack-studio)
|
||||
target_link_libraries(HackStudio LibWeb LibMarkdown LibGUI LibCpp LibGfx LibCore LibVT LibDebug LibX86 LibDiff LibShell LibSymbolication LibRegex LibSQL LibCoredump)
|
||||
target_link_libraries(HackStudio LibWeb LibMarkdown LibGUI LibCpp LibGfx LibCore LibVT LibDebug LibX86 LibDiff LibShell LibSymbolication LibRegex LibSQL LibCoredump LibMain)
|
||||
add_dependencies(HackStudio CppLanguageServer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue