aboutsummaryrefslogtreecommitdiff
path: root/scripts/buildsystems
AgeCommit message (Collapse)Author
2017-01-13[vcpkg integration] Explicitly skip empty entries instead of recursing. ↵Robert Schumacher
Fixes #460.
2016-12-23Copy DLLs before attempting to regsvr32.Christian Ullrich
2016-12-23Copy DLLs for all project types.Christian Ullrich
$(TargetPath) is a simpler way of getting the primary output than assembling it from multiple variables. In addition, $(OutputType) matches $(TargetExt) only for .exe projects.
2016-12-03[vcpkg] Remove automatic include paths and link paths from CMake toolchain. ↵Robert Schumacher
It is customary to use find_X() in CMake, so automatic paths are not needed.
2016-12-02fixed vcpkg trying to set properties on INTERFACE and ALIAS targetsCharlie Barto
2016-11-26[vcpkg.cmake] Add `lib` and `lib/manual-link` to CMake's default link ↵Robert Schumacher
directories when using our toolchain.
2016-11-25[vcpkg-integrate] Provide an opt-out for autolinking. Properly suppress ↵Robert Schumacher
integration via MSBuild when using CMake. Add lib\ and lib\manual-link\ to additional library paths. [gtest] Because the four libraries provided by gtest supply redundant symbols and define main, opt them all out. Addresses #306.
2016-11-19add support for VS 2017Charlie Barto
2016-11-16added x64 as a prefix to search for cl.exe in the toolchain file, this makes ↵charlie barto
things work with VS '15' if you manually specify the triplet
2016-11-11[vcpkg-cmake-toolchain] Avoid IN_LIST to reduce required cmake versionRobert Schumacher
2016-11-08Use /DEPENDENTS instead of /IMPORTS in applocal.ps1Alexander Karatarakis
2016-11-07Merge branch 'qt5-add' of https://github.com/Barath-Kannan/vcpkg into ↵Robert Schumacher
Barath-Kannan-qt5-add
2016-11-04Revert d58f0c6680. MSBuild (and CMake) do not allow switching on CRT type ↵Robert Schumacher
effectively, so we should use more robust logic.
2016-11-01made some qt5 fixesCharles Barto
2016-10-31Fix issues with the integration fileAlexander Karatarakis
2016-10-31[integration] Enable static lib integration. Also, detect .vcpkg-rootAlexander Karatarakis
2016-10-31[vcpkg-cmake] Fix regression in Ninja generator support for x86.Robert Schumacher
2016-10-31[vcpkg-cmake] Added slightly more error checkingRobert Schumacher
2016-10-30Add cl.exe path based architecture detection for CMake toolchainkumar8600
2016-10-28[vcpkg.targets] Change VCPkg casing to VcpkgAlexander Karatarakis
2016-10-11Use -noprofile to avoid loading powershell profilesMårten Nordheim
2016-10-09Fixed tabs to spaces formattingAdam Martin
2016-10-09Add the tools directory to CMAKE_PROGRAM_PATH so find_program and similar ↵Adam Martin
can locate installed tools
2016-09-29Remove leading underscore in _VCPKG_TARGET_TRIPLET and add CACHE attributeAlexander Karatarakis
2016-09-24Reduce repetition of relative paths in vcpkg.cmake to reduce future errorsRobert Schumacher
2016-09-24fixed an incorrect relative directory that pointed into wrong locationJan Hrubý
2016-09-23changed execution policy from remotesigned to unrestrictedJan Hrubý
2016-09-23Fix wrong CMAKE_PREFIX_PATH in vcpkg.cmakeSilvio
2016-09-18Initial commitAlexander Karatarakis