Using CPack with Emscripten #24304
Unanswered
ccawley2011
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to be able to use CPack to automatically create archives containing all required files, however on Emscripten using
install
on the compiled target only copies the.js
file, leaving out the.wasm
and.data
files that are generated at the same time. Is there an easy way to ensure those get copied over?Beta Was this translation helpful? Give feedback.
All reactions