Hello,
New to the Fuse comminuty! How can set a target for desktop when running the command fuze build --target={...}
I basically want to take the preview app and export that as a native app for OSX. How can I achieve this?
thanks!
Hello,
New to the Fuse comminuty! How can set a target for desktop when running the command fuze build --target={...}
I basically want to take the preview app and export that as a native app for OSX. How can I achieve this?
thanks!
Hi,
This is not something we officially support, but you can try --target=CMake
and see if that works for you.
Thanks for the quick response it worked like a charm. I just had to install cmake via homebrew.