mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:37:34 +00:00
LibCpp: Depend on LibSyntax
We need this now that the C++ syntax highlighter is in LibCpp.
This commit is contained in:
parent
22c6783db2
commit
b31a514cce
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ set(SOURCES
|
||||||
)
|
)
|
||||||
|
|
||||||
serenity_lib(LibCpp cpp)
|
serenity_lib(LibCpp cpp)
|
||||||
target_link_libraries(LibCpp LibC)
|
target_link_libraries(LibCpp LibC LibSyntax)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue