瀏覽代碼

cotire 1.0.1

* Cotire manual corrections.
* Add prefix header to the generated unity build target.
master
Sascha Kratky 12 年之前
父節點
當前提交
13c30c2607
共有 2 個檔案被更改,包括 9 行新增2 行删除
  1. +3
    -1
      CMake/cotire.cmake
  2. +6
    -1
      HISTORY.md

+ 3
- 1
CMake/cotire.cmake 查看文件

@@ -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 查看文件

@@ -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.

Loading…
取消
儲存