CMakeLists.txt: build mixed mode and pure mode flavors of the libraries
Open
Nobody has claimed this yet.
build
- Dominant language
- C++
- Stars
- 11.1k
- Forks
- 1.7k
- Avg merge
- 4d 15h
- Merged PRs (30d)
- 22
Description
The CMake build script currently builds native Desktop libraries only. We also need to build libraries targeting mixed mode (msvcmrt*.lib for /clr) and pure mode (msvcurt*.lib for /clr:pure).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting CMakeLists.txt and how the current native Desktop libraries are defined. Trace the existing build configuration for the library targets, then verify that mixed-mode /clr outputs named msvcmrt*.lib and pure-mode /clr:pure outputs named msvcurt*.lib are produced alongside the native libraries.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 40/100