Skip to content

Commit

Permalink
[imgui-sfml] introduce new port for imgui with sfml development (#4106)
Browse files Browse the repository at this point in the history
* [imgui-sfml] introduce new port for imgui with sfml development

* [imgui-sfml] rename the port

* [milerius-sfml-imgui] Rename from sfml-imgui. Small cleanup
  • Loading branch information
Milerius authored and ras0219-msft committed Aug 25, 2018
1 parent 61253f8 commit 04ba5aa
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ports/milerius-sfml-imgui/CONTROL
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Source: milerius-sfml-imgui
Version: 1.1
Description: imgui dll for sfml usage
Build-Depends: sfml (windows), imgui
24 changes: 24 additions & 0 deletions ports/milerius-sfml-imgui/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
include(vcpkg_common_functions)

vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Milerius/imgui-sfml-shared
REF 1.1
SHA512 191184f7b302f643bd7c241b69d9f9edc0d03c6f5a0b3a49f57ac84f3828202f8065291fb17993073a2c07f1237ba491de677c47e2f8160dc70ea77f20eb1946
HEAD_REF master
)

vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
)

vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/sfml-imgui)
vcpkg_copy_pdbs()

file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/sfml-imgui)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/sfml-imgui/LICENSE ${CURRENT_PACKAGES_DIR}/share/sfml-imgui/copyright)

0 comments on commit 04ba5aa

Please sign in to comment.