Skip to content

Commit

Permalink
added vcpkg port files - wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Maimoni committed Feb 23, 2023
1 parent 199cffb commit 85b8dde
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 0 deletions.
24 changes: 24 additions & 0 deletions vcpkg_port/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO eladmaimoni/Eureka
REF v0.0.4
SHA512 237aba5023db47e52b3ebd57a32a84c02a91d7f333b8d35dd2e37c6ae71db4c09afdff57e9a41285e3a5dd61b965ad214e178700efc58a430b70cd011509b664
HEAD_REF master
)



vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
)

vcpkg_cmake_install()

#vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/Ogg PACKAGE_NAME ogg)

#file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

vcpkg_copy_pdbs()
vcpkg_fixup_pkgconfig()

#vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")
56 changes: 56 additions & 0 deletions vcpkg_port/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"name": "fluttervk",
"version": "1.0.0",
"port-version": 1,
"description": "flutter vulkan embedder",
"homepage": "https://github.com/eladmaimoni/Eureka",
"license": "WTFPL",
"dependencies": [
"asio",
{
"name": "asio-grpc",
"version>=": "2.4.0"
},
"boost-container",
"boost-hana",
"boost-lockfree",
"boost-pool",
"catch2",
"concurrencpp",
"eigen3",
"function2",
"glfw3",
"glm",
{
"name": "imgui",
"default-features": true,
"features": [ "docking-experimental" ]
},
{
"name": "implot",
"version>=": "0.14"
},
"grpc",
{
"name": "grpc",
"default-features": true,
"features": [ "codegen" ]
},
"nlohmann-json",
"palsigslot",
"spirv-reflect",
"tinygltf",
"volk",
"vulkan",
"vulkan-headers",
"vulkan-memory-allocator",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}

0 comments on commit 85b8dde

Please sign in to comment.