Bläddra i källkod

cotire 1.7.2

master
Sascha Kratky 11 år sedan
förälder
incheckning
d0eadcd2a2
3 ändrade filer med 262 tillägg och 239 borttagningar
  1. +253
    -237
      CMake/cotire.cmake
  2. +7
    -0
      HISTORY.md
  3. +2
    -2
      MANUAL.md

+ 253
- 237
CMake/cotire.cmake
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


+ 7
- 0
HISTORY.md Visa fil

@@ -1,3 +1,10 @@
## 1.7.2 (2015-04-22)

* reduce configure time overhead.
* fix bug with dependency checking when using Xcode.
* remove obsolete code required for CMake versions older than 2.8.12.
* streamline debugging output.

## 1.7.1 (2015-04-06)

* fix problem with CMake's automatic Qt processing for generated unity targets.


+ 2
- 2
MANUAL.md Visa fil

@@ -691,7 +691,7 @@ inherits the property value from its enclosing directory.
common pitfalls
---------------

### always add the directory where `cotire.cmake` resides to the CMake module search
### include the `cotire.cmake` module correclty

If CMake issues the message `Unknown CMake command "cotire"`, double check that the cotire module
has been included correctly in your project. See the manual section "cotire basic usage".
@@ -722,7 +722,7 @@ Don't do this:
cotire(mytarget) # mytarget added in src directory

Cotire may fail to inspect the target's source files correctly, if the target has been added in a
different directory and you may get messages about missing source files.
different directory and you may get odd messages about missing source files.

known issues
------------


Laddar…
Avbryt
Spara