blender/build_files
Ray Molenkamp 6ac2a2061f Fix: Unit tests on windows.
Problem was twofold

1) `GENERATOR_IS_MULTI_CONFIG` is a property not a variable so
the test for it would always be false, unless you set a custom
CMAKE_INSTALL_PREFIX (like the buildbot does) the unit tests
would have a wrong working directory and complain about missing
dlls or blender executable

2) Tests added outside of `/test` (like libmv) would have no working
folder set since the variable would not be visible for them.

consulted @sergey who voiced the opinion that duplicating the code
to the test macro was slightly less evil than moving it to the main
CMakeLists.txt
2019-10-03 11:34:04 -06:00
..
build_environment Fix library link errors after building with install_deps.sh on Ubuntu 2019-09-03 11:20:29 +02:00
buildbot Cycles: add Optix device backend 2019-09-13 11:50:11 +02:00
cmake Fix: Unit tests on windows. 2019-10-03 11:34:04 -06:00
package_spec Spelling fixes in comments and descriptions, patch by luzpaz 2019-07-31 14:27:35 +02:00
utils macOS: don't require python3 to be installed to run "make update" 2019-09-30 10:51:17 +02:00
windows MSVC: Support Building clang+ninja+VS2019 2019-10-01 12:36:11 -06:00