this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Link strong dependencies in the finalpass, too

+3
+3
cmake/darling_lib.cmake
··· 163 163 164 164 target_link_libraries("${name}" PRIVATE ${CIRCULAR_DEPENDENCIES}) 165 165 166 + # strong dependencies are linked again in the finalpass 167 + target_link_libraries("${name}" PRIVATE ${CIRCULAR_STRONG_DEPENDENCIES}) 168 + 166 169 if (CIRCULAR_FAT) 167 170 make_fat(${name}) 168 171 endif (CIRCULAR_FAT)