ocornut / ocornut/imgui_test_engine
Add CMakeLists.txt for project
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 629
- Forks
- 83
- PR merge metrics
- No merged PRs in 30d
Description
The current build system relies on Visual Studio 2019, which is outdated and somewhat difficult to work with.
After some analysis, I believe the project can be built more cleanly with a simple CMakeLists.txt. I tested this approach in my local fork and it works well. You can check the commit here:
https://github.com/ocornut/imgui_test_engine/commit/ca6e84977b2abaf1c9de92557e6c081814cd8486
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 reviewing the referenced commit ca6e84977b2abaf1c9de92557e6c081814cd8486 and the project’s existing Visual Studio 2019 build setup. Add the CMakeLists.txt described there, then verify that the project configures and builds successfully with CMake.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 42/100