1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:48:11 +00:00

Utilities: Rename CppParserTest => cpp-parser

This is a utility program that runs the LibCpp parser on a program and
dumps out the AST.
This commit is contained in:
Itamar 2021-05-17 11:10:18 +03:00 committed by Andreas Kling
parent ef95ddcbfa
commit 463a91c4a2
2 changed files with 1 additions and 1 deletions

View file

@ -54,6 +54,6 @@ target_link_libraries(test-pthread LibThread)
target_link_libraries(tt LibPthread)
target_link_libraries(unzip LibArchive LibCompress)
target_link_libraries(zip LibArchive LibCompress LibCrypto)
target_link_libraries(CppParserTest LibCpp LibGUI)
target_link_libraries(cpp-parser LibCpp LibGUI)
target_link_libraries(PreprocessorTest LibCpp LibGUI)
target_link_libraries(wasm LibWasm)