Skip to content

Instantly share code, notes, and snippets.

@InCom-0
InCom-0 / CMakeLists.txt
Created May 21, 2026 21:20 — forked from rokups/CMakeLists.txt
Dear ImGui CMake build script.
#
# CMake build system for Dear ImGui
# =================================
#
# Build instructions:
# 1. Install latest CMake
# * Windows: https://cmake.org/download/ (Tick checkbox to place cmake in system PATH)
# * Linux: from your favorite package manager
# * MacOS: brew install cmake
# 2. Open command prompt in directory containing "imgui" and "imgui_dev" folders