Skip to content

Commit

Permalink
removing original packaging info in CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
cool-ant committed Sep 6, 2024
1 parent 0c7294d commit d709305
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ add_rs_component(services/system/AuthSig/plugin:AuthPlugin auth_sig.wasm wasm32-
add_rs_component(services/user/Invite/plugin:InvitesPlugin invite.wasm wasm32-wasi ${AuthPlugin_DEP})
add_rs_component(services/user/Tokens/plugin:TokensPlugin tokens.wasm wasm32-wasi )
add_rs_component(services/user/Supervisor/plugin:TestsPlugin test.wasm wasm32-wasi )
add_rs_component(services/user/Webmail/plugin:WebmailPlugin webmail_plugin.wasm wasm32-wasi)
add_rs_component(services/user/ClientData/plugin:ClientDataPlugin clientdata.wasm wasm32-wasi )

set(WASM_PSIBASE_BYPRODUCTS
Expand Down Expand Up @@ -642,23 +641,6 @@ psibase_package(
DEPENDS ${InvitesPlugin_DEP}
)

psibase_package(
OUTPUT ${SERVICE_DIR}/Webmail.psi
NAME Webmail
VERSION ${PSIBASE_VERSION}
DESCRIPTION "This app provides a webmail client for authenticated asynchronous communication between network users"
PACKAGE_DEPENDS "Accounts(^${PSIBASE_VERSION})" "HttpServer(^${PSIBASE_VERSION})" "Nft(^${PSIBASE_VERSION})" "Tokens(^${PSIBASE_VERSION})"
SERVICE webmail
WASM ${CMAKE_CURRENT_BINARY_DIR}/Webmail.wasm
SERVER webmail
DATA ${COMPONENT_BIN_DIR}/${WebmailPlugin_OUTPUT_FILE} /plugin.wasm
DATA GLOB ${CMAKE_CURRENT_SOURCE_DIR}/services/user/Webmail/ui/dist/* /
INIT
DEPENDS ${Webmail_js_DEP}
DEPENDS wasm
DEPENDS ${WebmailPlugin_DEP}
)

psibase_package(
OUTPUT ${SERVICE_DIR}/Nft.psi
NAME Nft
Expand Down

0 comments on commit d709305

Please sign in to comment.