1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 02:27:44 +00:00

Userland: Port wasm to LibMain

This commit is contained in:
Federico Guerinoni 2022-01-08 18:41:38 +01:00 committed by Brian Gianforcaro
parent 05f0f70b00
commit 9aa556fdf0
3 changed files with 6 additions and 4 deletions

View file

@ -502,7 +502,7 @@ if (BUILD_LAGOM)
add_executable(wasm_lagom ../../Userland/Utilities/wasm.cpp)
set_target_properties(wasm_lagom PROPERTIES OUTPUT_NAME wasm)
target_link_libraries(wasm_lagom LagomCore LagomWasm LagomLine)
target_link_libraries(wasm_lagom LagomCore LagomWasm LagomLine LagomMain)
enable_testing()
# LibTest