diff options
author | Cristian Adam <cristian.adam@gmail.com> | 2019-07-26 14:08:32 (GMT) |
---|---|---|
committer | Cristian Adam <cristian.adam@gmail.com> | 2019-08-29 14:44:09 (GMT) |
commit | 7114c141e27532df709fcae1266bb4ce9b6e850c (patch) | |
tree | 0c44c45215b4b1fb58bab5c9974f2d26a9ec3f7c /Help/prop_sf | |
parent | 3ec986ce8e8df269eb6b6b9f37e12b02194168fd (diff) | |
download | CMake-7114c141e27532df709fcae1266bb4ce9b6e850c.zip CMake-7114c141e27532df709fcae1266bb4ce9b6e850c.tar.gz CMake-7114c141e27532df709fcae1266bb4ce9b6e850c.tar.bz2 |
Unity build: Add support for Ninja and Makefile generators
Diffstat (limited to 'Help/prop_sf')
-rw-r--r-- | Help/prop_sf/SKIP_UNITY_BUILD_INCLUSION.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/prop_sf/SKIP_UNITY_BUILD_INCLUSION.rst b/Help/prop_sf/SKIP_UNITY_BUILD_INCLUSION.rst new file mode 100644 index 0000000..53f3970 --- /dev/null +++ b/Help/prop_sf/SKIP_UNITY_BUILD_INCLUSION.rst @@ -0,0 +1,7 @@ +SKIP_UNITY_BUILD_INCLUSION +-------------------------- + +Is this source file skipped by :prop_tgt:`UNITY_BUILD` feature. + +This property helps with "ODR (One definition rule)" problems +that one would run into when using an :prop_tgt:`UNITY_BUILD`. |