mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:47: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
|
@ -498,7 +498,7 @@ if (BUILD_LAGOM)
|
|||
|
||||
add_executable(shell_lagom ../../Userland/Shell/main.cpp)
|
||||
set_target_properties(shell_lagom PROPERTIES OUTPUT_NAME shell)
|
||||
target_link_libraries(shell_lagom LagomCore LagomShell)
|
||||
target_link_libraries(shell_lagom LagomCore LagomShell LagomMain)
|
||||
|
||||
add_executable(wasm_lagom ../../Userland/Utilities/wasm.cpp)
|
||||
set_target_properties(wasm_lagom PROPERTIES OUTPUT_NAME wasm)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue