Skip to content

Commit

Permalink
Merge pull request #72533 from katemonster33/imgui_cmake_build_error
Browse files Browse the repository at this point in the history
Adding imgui_demo.cpp to CMake build to fix build errors
  • Loading branch information
Maleclypse authored Mar 22, 2024
2 parents 3138100 + 19714dc commit 54d9f4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/third-party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ if (TILES)
${THIRD_PARTY_SOURCE_DIR}/imgui/imstb_rectpack.h
${THIRD_PARTY_SOURCE_DIR}/imgui/imstb_textedit.h
${THIRD_PARTY_SOURCE_DIR}/imgui/imstb_truetype.h
${THIRD_PARTY_SOURCE_DIR}/imgui/imgui_demo.cpp
${THIRD_PARTY_SOURCE_DIR}/imgui/imgui_draw.cpp
${THIRD_PARTY_SOURCE_DIR}/imgui/imgui_tables.cpp
${THIRD_PARTY_SOURCE_DIR}/imgui/imgui_widgets.cpp
Expand Down Expand Up @@ -134,6 +135,7 @@ if (CURSES)
${THIRD_PARTY_SOURCE_DIR}/imgui/imstb_rectpack.h
${THIRD_PARTY_SOURCE_DIR}/imgui/imstb_textedit.h
${THIRD_PARTY_SOURCE_DIR}/imgui/imstb_truetype.h
${THIRD_PARTY_SOURCE_DIR}/imgui/imgui_demo.cpp
${THIRD_PARTY_SOURCE_DIR}/imgui/imgui_draw.cpp
${THIRD_PARTY_SOURCE_DIR}/imgui/imgui_tables.cpp
${THIRD_PARTY_SOURCE_DIR}/imgui/imgui_widgets.cpp
Expand Down

0 comments on commit 54d9f4c

Please sign in to comment.