summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCpp/CMakeLists.txt
AgeCommit message (Expand)Author
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-11-01Everywhere: Explicitly link all binaries against the LibC targetTim Schumacher
2022-02-09LibCpp: Add SemanticSyntaxHighlighterItamar
2021-03-13LibCpp: Move Cpp::Token to a separate fileItamar
2021-02-08LibCpp: Start working on a C preprocessorItamar
2021-02-08LibCpp: Depend on LibSyntaxItamar
2021-02-07LibGUI+LibCpp: Move C++ syntax highlighter to LibCppAndreas Kling
2021-01-27LibCpp: Add the beginning of a C++ parserItamar
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling