1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:47:45 +00:00

cpp-processor: Port to LibMain :^)

This commit is contained in:
Kenneth Myhra 2021-11-27 21:18:01 +01:00 committed by Brian Gianforcaro
parent 121fe820d9
commit 7cb19b2965
2 changed files with 6 additions and 2 deletions

View file

@ -75,6 +75,7 @@ target_link_libraries(copy LibGUI LibMain)
target_link_libraries(cp LibMain)
target_link_libraries(cpp-lexer LibMain)
target_link_libraries(cpp-parser LibMain)
target_link_libraries(cpp-preprocessor LibMain)
target_link_libraries(diff LibDiff)
target_link_libraries(disasm LibX86)
target_link_libraries(dmesg LibMain)