diff --git a/dependencies/vcpkg_overlay_ports_linux/gtk3/portfile.cmake b/dependencies/vcpkg_overlay_ports_linux/gtk3/portfile.cmake new file mode 100644 index 00000000..065116c2 --- /dev/null +++ b/dependencies/vcpkg_overlay_ports_linux/gtk3/portfile.cmake @@ -0,0 +1 @@ +set(VCPKG_POLICY_EMPTY_PACKAGE enabled) diff --git a/dependencies/vcpkg_overlay_ports_linux/gtk3/vcpkg.json b/dependencies/vcpkg_overlay_ports_linux/gtk3/vcpkg.json new file mode 100644 index 00000000..c2ca693a --- /dev/null +++ b/dependencies/vcpkg_overlay_ports_linux/gtk3/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "gtk3", + "version": "3.24.34", + "port-version": 3, + "description": "Portable library for creating graphical user interfaces.", + "homepage": "https://www.gtk.org/", + "license": null +}