aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libqglviewer/portfile.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libqglviewer/portfile.cmake')
-rw-r--r--vcpkg/ports/libqglviewer/portfile.cmake22
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/libqglviewer/portfile.cmake b/vcpkg/ports/libqglviewer/portfile.cmake
new file mode 100644
index 0000000..b556610
--- /dev/null
+++ b/vcpkg/ports/libqglviewer/portfile.cmake
@@ -0,0 +1,22 @@
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO GillesDebunne/libQGLViewer
+ REF "v${VERSION}"
+ SHA512 09bfc5c0f07e51625a9af0094b83f40f84ead55a67c6e492c9702521f58c6b461bc840382fb73b64d16ad71a0a2a75d04aa12a77a78ced0a19e0e784e8d36bd7
+ PATCHES
+ Add-compile-definitions.patch
+ Fix-error-c2039.patch #https://github.com/GillesDebunne/libQGLViewer/pull/80
+ glu.patch
+)
+
+vcpkg_cmake_configure(
+ SOURCE_PATH "${SOURCE_PATH}"
+)
+
+vcpkg_cmake_install()
+
+vcpkg_fixup_pkgconfig()
+
+file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
+
+vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENCE")