Przeglądaj źródła

cotire 1.0.1

* Cotire manual corrections.
* Add prefix header to the generated unity build target.
master
Sascha Kratky 12 lat temu
rodzic
commit
13c30c2607
2 zmienionych plików z 9 dodań i 2 usunięć
  1. +3
    -1
      CMake/cotire.cmake
  2. +6
    -1
      HISTORY.md

+ 3
- 1
CMake/cotire.cmake Wyświetl plik

@@ -36,7 +36,7 @@ set(__COTIRE_INCLUDED TRUE)
cmake_minimum_required(VERSION 2.8.5)

set (COTIRE_CMAKE_MODULE_FILE "${CMAKE_CURRENT_LIST_FILE}")
set (COTIRE_CMAKE_MODULE_VERSION "1.0.0")
set (COTIRE_CMAKE_MODULE_VERSION "1.0.1")

include(CMakeParseArguments)

@@ -1941,6 +1941,8 @@ function (cotire_setup_unity_build_target _languages _configurations _target)
${_language} "" "${_prefixFile}" "${_pchFile}" ${_unityFiles})
cotire_setup_prefix_file_inclusion(
${_language} ${_target} FALSE "${_prefixFile}" "${_pchFile}" ${_unityFiles})
# add the prefix header to unity target sources
list (APPEND _unityTargetSources "${_prefixFile}")
endif()
endif()
endif()


+ 6
- 1
HISTORY.md Wyświetl plik

@@ -1,3 +1,8 @@
## 1.0.1 (2012-03-15)

* Cotire manual corrections.
* Add prefix header to the generated unity build target.

## 1.0.0 (2012-03-11)

* First release
* First release.

Ładowanie…
Anuluj
Zapisz