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
Notes: sideshowbarker 2024-07-18 17:45:02 +09:00
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)