WIP: Volume grid attribute support in geometry nodes #110044

Closed
Lukas Tönne wants to merge 130 commits from LukasTonne/blender:geometry-nodes-flip into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 3 additions and 0 deletions
Showing only changes of commit dbe2d5f5c7 - Show all commits

View File

@ -440,6 +440,9 @@ if(WIN32 AND NOT UNIX)
if(DEFINED PTHREADS_LIBRARIES)
target_link_libraries(makesrna PRIVATE ${PTHREADS_LIBRARIES})
endif()
if(DEFINED TBB_LIBRARIES)
target_link_libraries(makesrna PRIVATE ${TBB_LIBRARIES})
endif()
endif()
# Output `rna_*_gen.c`.