Coder Social home page Coder Social logo

Comments (3)

srktirumala avatar srktirumala commented on July 17, 2024

portfile.cmake

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/Microsoft-UI-UIAutomation
REF d8c87fae212678915d9b73505e188c3b63db0d79
SHA512 4266d5f236ee7f4e2daf02177544876f025b6ec04e9ce0ad63afd0c4674ef1411865a9188d6a8a3a13b64bab1da70bebba25f03b3fc1bf39272f0c04bcbbe28f
HEAD_REF main
)

message(STATUS "Building microsoft-ui-uiautomation for Windows")
message(STATUS "SOURCE_PATH: ${SOURCE_PATH}")
message(STATUS "VCPKG_CMAKE_SYSTEM_NAME: ${VCPKG_CMAKE_SYSTEM_NAME}")
message(STATUS "VCPKG_TARGET_TRIPLET: ${VCPKG_TARGET_TRIPLET}")
vcpkg_msbuild_install(
SOURCE_PATH "${SOURCE_PATH}/src/UIAutomation/"
PROJECT_SUBPATH "UiaOperationAbstraction/UiaOperationAbstraction.vcxproj"
OPTIONS
"/r:True"
"/p:RestorePackagesConfig=True"
# "/p:configuration=Release"
"/t:Rebuild"
# "/p:SolutionDir=${SOURCE_PATH}/src/UIAutomation/"
)

set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

from vcpkg.

srktirumala avatar srktirumala commented on July 17, 2024

{
"name": "microsoft-ui-uiautomation",
"version-date": "2022-04-26",
"description": "Microsoft UI Automation library",
"homepage": "https://github.com/microsoft/Microsoft-UI-UIAutomation",
"license": "MIT",
"supports": "windows",
"dependencies": [
{
"name": "vcpkg-msbuild",
"host": true,
"platform": "windows"
}
]
}

from vcpkg.

MonicaLiu0311 avatar MonicaLiu0311 commented on July 17, 2024

Duplicate of #37569.

I found that you have already submitted a PR #37389 to add this new port. If you have any questions, you can leave a message under the PR to ask the assigned members.

from vcpkg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.