blender/build_files/cmake
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
..
config Cleanup: CMake config: set options in alphabetical older 2020-09-26 23:17:10 +05:30
example_scripts Cleanup: pep8, blank lines 2020-10-02 11:59:16 +10:00
Modules Cycles: Add NanoVDB support for rendering volumes 2020-10-05 15:03:30 +02:00
platform CMake/macOS/OpenMP: copy the library near tests. 2020-10-10 19:31:03 +05:30
buildinfo.cmake Use cmake TIMESTAMP for BUILD_DATE+TIME 2019-09-18 23:04:23 +02:00
clang_array_check.py Cleanup: pep8, blank lines 2020-10-02 11:59:16 +10:00
cmake_consistency_check_config.py CMake: update cmake_consistency_check 2019-10-29 03:46:50 +11:00
cmake_consistency_check.py Cleanup: change Python version checks to include newer versions 2020-09-07 22:58:16 +10:00
cmake_netbeans_project.py Cleanup: pep8 (indentation, spacing, long lines) 2020-10-02 11:59:16 +10:00
cmake_print_build_options.py Cleanup: pep8, blank lines 2020-10-02 11:59:16 +10:00
cmake_qtcreator_project.py Cleanup: remove contributors for Python files 2019-02-05 09:17:00 +11:00
cmake_static_check_clang_array.py Cleanup: pep8 (indentation, spacing, long lines) 2020-10-02 11:59:16 +10:00
cmake_static_check_cppcheck.py Cleanup: remove contributors for Python files 2019-02-05 09:17:00 +11:00
cmake_static_check_smatch.py Cleanup: remove contributors for Python files 2019-02-05 09:17:00 +11:00
cmake_static_check_sparse.py Cleanup: remove contributors for Python files 2019-02-05 09:17:00 +11:00
cmake_static_check_splint.py Cleanup: remove contributors for Python files 2019-02-05 09:17:00 +11:00
macros.cmake CMake/macOS: Remove _LIBPATH, avoid link_directories. 2020-10-09 19:41:58 +05:30
packaging.cmake Fixup for license changes 2020-09-24 15:51:47 +02:00
project_info.py Cleanup: remove contributors for Python files 2019-02-05 09:17:00 +11:00
project_source_info.py Fix invalid version check in 'project_source_info' 2020-10-02 13:46:41 +10:00
RpmBuild.cmake Cleanup: use 2 space indentation for CMake 2019-04-17 06:35:54 +02:00