Initial commit.
This commit is contained in:
		
						commit
						d3bb49b3f5
					
				
					 1073 changed files with 484757 additions and 0 deletions
				
			
		
							
								
								
									
										89
									
								
								Framework/external/embree/scripts/cmake-presets/tbb.json
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										89
									
								
								Framework/external/embree/scripts/cmake-presets/tbb.json
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,89 @@ | |||
| { | ||||
|   "version": 4, | ||||
|   "cmakeMinimumRequired": { | ||||
|     "major": 3, | ||||
|     "minor": 23, | ||||
|     "patch": 0 | ||||
|   }, | ||||
|   "configurePresets": [ | ||||
|     { | ||||
|       "name": "tasking_internal", | ||||
|       "cacheVariables": { | ||||
|         "EMBREE_TASKING_SYSTEM": "INTERNAL" | ||||
|       } | ||||
|     }, | ||||
|     { | ||||
|       "name": "tbb_SYSTEM", | ||||
|       "cacheVariables": { | ||||
|         "EMBREE_TASKING_SYSTEM": "TBB" | ||||
|       } | ||||
|     }, | ||||
|     { | ||||
|       "name": "tbb_HOMEBREW", | ||||
|       "cacheVariables": { | ||||
|         "EMBREE_TASKING_SYSTEM": "TBB", | ||||
|         "EMBREE_TBB_ROOT": "/opt/homebrew" | ||||
|       } | ||||
|     }, | ||||
|     { | ||||
|       "name": "tbb2019_2_0", | ||||
|       "inherits": "tbb_SYSTEM", | ||||
|       "cacheVariables": { | ||||
|         "TBB_DIR": "$env{EMBREE_TBB_2019_2_0_DIR}" | ||||
|       } | ||||
|     }, | ||||
|     { | ||||
|       "name": "tbb2019_9_0", | ||||
|       "inherits": "tbb_SYSTEM", | ||||
|       "cacheVariables": { | ||||
|         "TBB_DIR": "$env{EMBREE_TBB_2019_9_0_DIR}" | ||||
|       } | ||||
|     }, | ||||
|     { | ||||
|       "name": "tbb2020_2_0", | ||||
|       "inherits": "tbb_SYSTEM", | ||||
|       "cacheVariables": { | ||||
|         "TBB_DIR": "$env{EMBREE_TBB_2020_2_0_DIR}" | ||||
|       } | ||||
|     }, | ||||
|     { | ||||
|       "name": "tbb2021_2_0", | ||||
|       "inherits": "tbb_SYSTEM", | ||||
|       "cacheVariables": { | ||||
|         "TBB_DIR": "$env{EMBREE_TBB_2021_2_0_DIR}" | ||||
|       } | ||||
|     }, | ||||
|     { | ||||
|       "name": "tbb2021_5_0", | ||||
|       "inherits": "tbb_SYSTEM", | ||||
|       "cacheVariables": { | ||||
|         "TBB_DIR": "$env{EMBREE_TBB_2021_5_0_DIR}" | ||||
|       } | ||||
|     }, | ||||
|     { | ||||
|       "name": "tbb2021_9_0", | ||||
|       "inherits": "tbb_SYSTEM", | ||||
|       "cacheVariables": { | ||||
|         "TBB_DIR": "$env{EMBREE_TBB_2021_9_0_DIR}" | ||||
|       } | ||||
|     }, | ||||
|     { | ||||
|       "name": "tbb2021_10_0", | ||||
|       "inherits": "tbb_SYSTEM", | ||||
|       "cacheVariables": { | ||||
|         "TBB_DIR": "$env{EMBREE_TBB_2021_10_0_DIR}" | ||||
|       } | ||||
|     }, | ||||
|     { | ||||
|       "name": "tbb2021_11_0", | ||||
|       "inherits": "tbb_SYSTEM", | ||||
|       "cacheVariables": { | ||||
|         "TBB_DIR": "$env{EMBREE_TBB_2021_11_0_DIR}" | ||||
|       } | ||||
|     }, | ||||
|     { | ||||
|       "name": "tbb_NEWEST", | ||||
|       "inherits": "tbb2021_11_0" | ||||
|     } | ||||
|   ] | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue