-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
complex: mediumcomponent: BuildBuild helpers, build systems..Build helpers, build systems..stage: queuetype: feature
Milestone
Description
Implement a proof of concept of using the new CMakeToolchain feature for building Emscripten/WebAsm projects:
- From Linux
- From Windows
Notes:
- Emscripten can be assumed installed
- Focused on creating/building 1 package, both local flow (conan install + native cmake) and
conan createflow. - Integration test.
- Test can be skipped for CI, but should work locally, annotate assumptions and installation details
- No env-var configuration at all
- All code must be private and local to the toolchains package
- New cross-build model with contexts must be used if necessary, not the old os_build, arch_build
- If enough time to implement reuse of a package, the
cmake_find_package_multigenerator must be used
Metadata
Metadata
Assignees
Labels
complex: mediumcomponent: BuildBuild helpers, build systems..Build helpers, build systems..stage: queuetype: feature