mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 13:17:34 +00:00
Shell: Port to LibMain
This commit is contained in:
parent
3fa5be655d
commit
ed0f4bdfaf
3 changed files with 17 additions and 29 deletions
|
@ -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/*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue