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:
parent
87f347be3f
commit
a360e5117d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue