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

LibCpp: Depend on LibSyntax

We need this now that the C++ syntax highlighter is in LibCpp.
This commit is contained in:
Itamar 2021-02-08 20:25:48 +02:00 committed by Andreas Kling
parent 22c6783db2
commit b31a514cce

View file

@ -6,4 +6,4 @@ set(SOURCES
)
serenity_lib(LibCpp cpp)
target_link_libraries(LibCpp LibC)
target_link_libraries(LibCpp LibC LibSyntax)