Skip to content

Unity Builds: Do more detailed property checks

Takafumi Kubota requested to merge tk1012/cmake:unity_build_flag_check into master

This patch increases unity-build opportunities. Currently, the source files that have properties are simply excluded, even if they have the same properties. Here, I apply unity builds to the source file that can be bundled together.

Merge request reports