blob: a258dbfe4e53e07e77c2b05a8c2f20feac8dd401 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include(RunCMake)
# Unity of size 1 doesn't make sense and shouldn't be created.
run_cmake(Unity1)
run_cmake(Unity2)
run_cmake(UnityBatchSize)
run_cmake(UnityGroup)
run_cmake(UnityIsolate)
run_cmake(DisableCaching)
run_cmake(DisableDistribution)
run_cmake(SetCompilerProps)
|