Skip to content

Commit

Permalink
Add CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
gwm17 committed Jun 21, 2022
1 parent cbe4e3c commit 7759495
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
project(ImGui)

add_library(imgui STATIC)

target_include_directories(imgui PUBLIC ./)

target_sources(imgui PRIVATE
imconfig.h
imgui.h
imgui.cpp
imgui_draw.cpp
imgui_internal.h
imgui_widgets.cpp
imgui_tables.cpp
imstb_rectpack.h
imstb_textedit.h
imstb_truetype.h
imgui_demo.cpp
)

0 comments on commit 7759495

Please sign in to comment.