| Age | Commit message (Collapse) | Author |
|
enable mixing VS2015 and VS2017
|
|
|
|
|
|
|
|
Importance=Normal
|
|
|
|
|
|
|
|
of cmake changes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add glib
|
|
|
|
|
|
This reverts commit ccd3e399f023129a39bb9a402324676a9391a970.
|
|
Fixes #460.
|
|
|
|
|
|
|
|
|
|
Since 7zip is distribute as installer only (no archive) we use msiexec to extract the installer without installing it. msiexec should be available on all windows computers (located in C:/Windows/system32)
|
|
|
|
|
|
|
|
|
|
|
|
$(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.
|
|
VCPKG_CMAKE_SYSTEM_NAME instead.
|
|
implementing our own registry and they don't nest very well at all.
Fixes #334.
|
|
It is customary to use find_X() in CMake, so automatic paths are not needed.
|
|
|
|
|
|
|
|
directories when using our toolchain.
|
|
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.
|
|
|
|
|