1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Moved project() below cmake_minimum_version() and specified version and languages used.

This commit is contained in:
pumpkinpal 2020-05-15 11:39:26 +10:00 committed by ocornut
parent 87f347be3f
commit a360e5117d

View file

@ -1,5 +1,5 @@
project (imgui)
cmake_minimum_required (VERSION 3.2)
project(imgui VERSION 1.73.0 LANGUAGES CXX C)
option (IMGUI_EXAMPLES "Build ImGui examples" ON)
option (IMGUI_DEMO "Include the ImGui demo window implementation in library" ON)