blender/build_files
Ankit Meel c68338ee89 CMake/macOS/OpenMP: copy the library near tests.
For multi-config generators, tests are in `bin/tests/<config>` folder.
and OpenMP cannot be found at `@executable_path/../Resources/lib`.
So create that folder and put the library there to be used by tests.

It is not ideal to copy the library around. When minimum CMake version
is changed to 3.12, FindOpenMP by CMake can be used for this whole
block of code. Then a nice rpath based solution can be used.
2020-10-10 19:31:03 +05:30
..
build_environment Fix (unreported) install_deps: broken compilation of OIDN. 2020-10-09 17:07:16 +02:00
buildbot Cleanup: pep8 (indentation, spacing, long lines) 2020-10-02 11:59:16 +10:00
cmake CMake/macOS/OpenMP: copy the library near tests. 2020-10-10 19:31:03 +05:30
package_spec Fix T63805: remove outdated and unused Linux package spec files 2020-01-27 12:22:01 +01:00
utils Cleanup: pep8 (indentation, spacing, long lines) 2020-10-02 11:59:16 +10:00
windows Windows: Add sccache support. 2020-04-20 12:51:43 -06:00