ocornut / ocornut/imgui_test_engine

Add CMakeLists.txt for project

Open
#86 5 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

building
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.