aboutsummaryrefslogtreecommitdiff
path: root/ports/imgui
diff options
context:
space:
mode:
authorLily <47812810+LilyWangL@users.noreply.github.com>2020-07-31 13:39:26 +0800
committerGitHub <noreply@github.com>2020-07-30 22:39:26 -0700
commit32b7ad04ea83ec0f59316e0ebe00b4a8c44c925a (patch)
tree0ba292be380f1e00b613eb432920691e0059ce5c /ports/imgui
parent3513e92bf9d388ac547d0a87c50a135b4eaa634c (diff)
downloadvcpkg-32b7ad04ea83ec0f59316e0ebe00b4a8c44c925a.tar.gz
vcpkg-32b7ad04ea83ec0f59316e0ebe00b4a8c44c925a.zip
[ogre] Update to version 1.12.7 and fix link error (#12210)
* [ogre] Update to version 1.12.7 and fix link error * [ogre] Fix find imgui * [ogre] Fix find imgui * [ogre] Add vcpkg.json * format manifest Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
Diffstat (limited to 'ports/imgui')
-rw-r--r--ports/imgui/CMakeLists.txt8
-rw-r--r--ports/imgui/CONTROL2
2 files changed, 6 insertions, 4 deletions
diff --git a/ports/imgui/CMakeLists.txt b/ports/imgui/CMakeLists.txt
index a4f3cf611..795ce24a7 100644
--- a/ports/imgui/CMakeLists.txt
+++ b/ports/imgui/CMakeLists.txt
@@ -131,9 +131,11 @@ install(
if(NOT IMGUI_SKIP_HEADERS)
install(FILES
${CMAKE_CURRENT_SOURCE_DIR}/imgui.h
- ${CMAKE_CURRENT_SOURCE_DIR}/imconfig.h
- ${CMAKE_CURRENT_SOURCE_DIR}/imgui_internal.h
- ${CMAKE_CURRENT_SOURCE_DIR}/imstb_textedit.h
+ ${CMAKE_CURRENT_SOURCE_DIR}/imconfig.h
+ ${CMAKE_CURRENT_SOURCE_DIR}/imgui_internal.h
+ ${CMAKE_CURRENT_SOURCE_DIR}/imstb_textedit.h
+ ${CMAKE_CURRENT_SOURCE_DIR}/imstb_rectpack.h
+ ${CMAKE_CURRENT_SOURCE_DIR}/imstb_truetype.h
${CMAKE_CURRENT_SOURCE_DIR}/misc/cpp/imgui_stdlib.h
DESTINATION include
)
diff --git a/ports/imgui/CONTROL b/ports/imgui/CONTROL
index 88fb1440c..75a46c25c 100644
--- a/ports/imgui/CONTROL
+++ b/ports/imgui/CONTROL
@@ -1,6 +1,6 @@
Source: imgui
Version: 1.77
-Port-Version: 1
+Port-Version: 2
Homepage: https://github.com/ocornut/imgui
Description: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies.