mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +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:
parent
ef95ddcbfa
commit
463a91c4a2
Notes:
sideshowbarker
2024-07-18 17:45:02 +09:00
Author: https://github.com/itamar8910
Commit: 463a91c4a2
Pull-request: https://github.com/SerenityOS/serenity/pull/7261
2 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue