1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 08:57:47 +00:00

Shell: Port to LibMain

This commit is contained in:
Lucas CHOLLET 2022-01-03 01:59:39 +01:00 committed by Ali Mohammad Pur
parent 3fa5be655d
commit ed0f4bdfaf
3 changed files with 17 additions and 29 deletions

View file

@ -24,7 +24,7 @@ set(SOURCES
)
serenity_bin(Shell)
target_link_libraries(Shell LibShell)
target_link_libraries(Shell LibShell LibMain)
install(DIRECTORY Tests/ DESTINATION usr/Tests/Shell
PATTERN "Tests/*"