| Age | Commit message (Collapse) | Author |
|
Fixes #460.
|
|
|
|
$(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.
|
|
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.
|
|
|
|
things work with VS '15' if you manually specify the triplet
|
|
|
|
|
|
Barath-Kannan-qt5-add
|
|
effectively, so we should use more robust logic.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
can locate installed tools
|
|
|
|
|
|
|
|
|
|
|
|
|