* [OpenGL] Fix lib files copy when VCPKG_BUILD_TYPE is set
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
* Change from release -> "release" in CMake if
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
* improvement: has oatpp package
* [oatpp] includes _CRT_SECURE_NO_WARNINGS compile-time flag
* [oatpp] no curl submodule (until it catches up with core)
* [oatpp] now version 0.19.11. Still no libretls module because of libretls3.0 dependency.
* no accidentally added debug messages in vcpkg_execute_build_process.cmake
* [oatpp] no empty depends line in CONTROL file
* [oatpp] no dump_variables() function in portfile.cmake
* [oatpp] no wwrning that only static libraries are supported
* [oatpp] uses vcpkg_check_linkage(ONLY_STATIC_LIBRARY) call
* [oatpp] curl submodule does not rely on pkg-config
* [oatpp] curl-submodule-no-pkg-config-in-vcpkg works on linux and windows
* [oatpp] portfile cleaned up
* [oatpp] no carriage returns in patch
* [oatpp]: split modules into their own ports
* [oatpp-libressl]: remove variable dump
* [libressl]: has check for UWP and ARM restored
* [libressl]: has check for UWP and ARM restored
* [libressl]: has check for UWP and ARM restored
* [oatpp-libressl]: builds if libressl works
* [oatpp]: version 1.0.0
* [oatpp]: no "Building ..." message
Co-authored-by: heymamd1 <Michael.Heyman@jhuapl.edu>
* Android: add docs/examples/vcpkg_android_example_cmake/
* Add docs/users/android.md
* Improve Android prefab doc
Following additional informations given by @atkawa7 at
https://github.com/microsoft/vcpkg/pull/11264
* Link to android.md
* Update the prefab usage instructions: "vcpkg install"
the 4 archs before exporting a prefab
* added --prefab-debug flag
* added gradle integration info
* reviewed the prefab output directory structure
(from a dump of an actual export)
* docs/users/triplets.md: link to android.md
* docs/index.md: link to android.md
* android.md: specify 2 possibiities for android_ndk_home
* Added examples/vcpkg_android_example_cmake_script/cmake/vcpkg_android.cmake
Usage:
1. Main CMakeLists:
if (VCPKG_TARGET_ANDROID)
include("cmake/vcpkg_android.cmake")
endif()
2. cmake invocation:
cmake .. -DVCPKG_TARGET_ANDROID=ON -DANDROID_ABI=armeabi-v7a
* trigger pipeline build
* trigger pipelines
* Initial commit
* Add missing files
* Add patchfile
* UWP Builds not supported
* Fix Linux version
* Removed 'include(vcpkg_common_functions)' as it is no longer needed
* Implemented proposed changes to portfile.cmake
* Further changes to portfile.cmake
* Added indicator that a failure is expected for arm64
* Added the expected failure on arm64 to ci.baseline.txt
* Combined two separate vcpkg_fail_port_install() calls
* Use upstream version compatible with opentracing 1.6
* Added 'Supports:' entry in CONTROL to signal missing arm64 support and removed vcpkg_fail_port_install() for UWP in portfile.cmake
Co-authored-by: xgcssch <soenke.schau@alte-leipziger.de>
* [eigen3] Fix generated pkgconfig files
* [ignition-cmake2] Update to C++ library
Now ignition-cmake also installs a C++ library, so
it is possible to remove code specific for CMake-only ports.
* [ignition-modularscripts] Fix pkgconfig files installed by ignition libraries
Use the new function vcpkg_fixup_pkgconfig to fix the installed .pc pkgconfig files
of the ignition libraries.
As ignition-fuel-tools1 depends on curl that has a broken pkg-config file, disable
installation of its pkg-config files.
* Added patch to add find_dependency() for suitesparse targets downstream
Should address / closemicrosoft/vcpkg#7556
* Bumped port version to -7
* Removed patch that uses vcpkg features for suitesparse and added
suitesparse detection logic in CeresConfig.cmake.in
* Changed configure options to detect features using `vcpkg_check_features()`
* Passed `${FEATURE_OPTIONS}` to `vcpkg_configure_cmake()`
* Updated zydis portfile.cmake
Fixed issue with Zycore includes being in the wrong place.
* Increase zydis package version number
* Change version to fit CONTROL spec
* [libpng] Fix missing symbols when compiling for ARM
* [libpng] create src directory when it's not exists
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>