1
Fork 0
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:
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

@ -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)