mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:48:10 +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
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