Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Park DongHa 9428f114b5
Update externals version and use VcPkg in CI (#66)
* cmake: use find_package with VcPkg

* cmake: define macro for <experimental/filesystem>

* VC++ requires _SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING

* azure: vcpkg for windows build

* provide job variable: `vcpkgRoot`

* azure: explicit use of vcpkgTriplet

* cmake: alias for googletest target

* place gitignore under Build/
* azure: copy gtest DLL files after build

* cmake: update external/ and ios.toolchain.cmake

* ios-cmake: https://github.com/leetal/ios-cmake/releases/tag/3.1.2
* external: update ref commit
* cmake: workaround find_package(RapidJSON) in IOS

* cmake: change variable usage to command

* add_compile_definitions/add_compile_options

* Delete .gitignore

The file is unnecessary change. Remove.

* Update azure-pipelines.yml for Azure Pipelines

* build: recover build jobs without VcPkg

* build: add MacOS jobs for VcPkg

* build: use macos-10.15

* build macos: change vcpkgRoot
2020-12-04 16:05:53 -08:00
Kaz Okuda cadbe18567 Avoid duplicate target definitions for external projects (#8)
If the target is already defined then don't download the external project.
This allows others who are using this project as an external project to define their own versions of these targets first.
2018-10-12 14:55:59 -07:00
Adam Gritt e061a37d75 Initial copy from internal repository. 2018-08-09 11:49:29 -07:00