Skip to content

Commit

Permalink
(conan-io#9324) imgui: add version 1.87
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored and SSE4 committed Feb 21, 2022
1 parent 2bc8be3 commit 8a9e609
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/imgui/all/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ project(imgui CXX)
include(conanbuildinfo.cmake)
conan_basic_setup()

set(CMAKE_CXX_STANDARD 11)

set(SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/source_subfolder)
set(MISC_DIR ${SOURCE_DIR}/misc)
set(EXTRA_FONTS_DIR ${MISC_DIR}/fonts)
Expand Down
3 changes: 3 additions & 0 deletions recipes/imgui/all/conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ sources:
"1.86":
url: "https://github.com/ocornut/imgui/archive/v1.86.tar.gz"
sha256: "6ba6ae8425a19bc52c5e067702c48b70e4403cd339cba02073a462730a63e825"
"1.87":
url: "https://github.com/ocornut/imgui/archive/v1.87.tar.gz"
sha256: "b54ceb35bda38766e36b87c25edf7a1cd8fd2cb8c485b245aedca6fb85645a20"
2 changes: 2 additions & 0 deletions recipes/imgui/all/test_package/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ conan_basic_setup(TARGETS)

find_package(imgui REQUIRED)

set(CMAKE_CXX_STANDARD 11)

add_executable(${PROJECT_NAME} test_package.cpp)
target_link_libraries(${PROJECT_NAME} imgui::imgui)
2 changes: 2 additions & 0 deletions recipes/imgui/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ versions:
folder: all
"1.86":
folder: all
"1.87":
folder: all

0 comments on commit 8a9e609

Please sign in to comment.