blender/build_files/cmake/platform
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
..
platform_apple_xcode.cmake Revert "Generate Xcode scheme files during configuration." 2020-09-26 23:17:10 +05:30
platform_apple.cmake CMake/macOS/OpenMP: copy the library near tests. 2020-10-10 19:31:03 +05:30
platform_unix.cmake Cycles: Add NanoVDB support for rendering volumes 2020-10-05 15:03:30 +02:00
platform_win32_bundle_crt.cmake MSVC: Fix cmake warnings with MSVC updates 2020-09-03 12:39:49 -06:00
platform_win32.cmake Cycles: Add NanoVDB support for rendering volumes 2020-10-05 15:03:30 +02:00