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:
parent
05f0f70b00
commit
9aa556fdf0
3 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue