1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-27 17:10:57 +01:00
This commit is contained in:
Martin Kielhorn 2024-01-29 20:20:32 +01:00
parent 449f6a4f09
commit a67e030083

View File

@ -1,7 +1,7 @@
# Example usage:
# mkdir build
# cd build
# cmake -g Ninja -DCMAKE_BUILD_TYPE=Release ..
# cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ..
cmake_minimum_required(VERSION 3.28)
project(imgui_example_glfw_opengl3 CXX)