Browse Source

Fix manual mistake

master
Sascha Kratky 14 years ago
parent
commit
d0b16cdd50
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      MANUAL.md

+ 1
- 1
MANUAL.md View File

@@ -347,7 +347,7 @@ clashes.


As an example, if these properties are set on a source file of the example project: As an example, if these properties are set on a source file of the example project:


set_source_files_properties (log.cpp PROPERTIES
set_source_files_properties (example.cpp PROPERTIES
COTIRE_UNITY_SOURCE_PRE_UNDEFS "max;min" COTIRE_UNITY_SOURCE_PRE_UNDEFS "max;min"
COTIRE_UNITY_SOURCE_POST_UNDEFS "DEBUG_TYPE") COTIRE_UNITY_SOURCE_POST_UNDEFS "DEBUG_TYPE")




Loading…
Cancel
Save