https://github.com/Kitware/CMake
Revision 3737860a383b1020f44a31be9ac5536e9913fc71 authored by Brad King on 24 February 2014, 19:09:30 UTC, committed by Brad King on 24 February 2014, 19:14:37 UTC
Add a cmTarget::CompileInfo struct to hold per-configuration information
about the compilation settings in a target.  This is different than
cmTarget::OutputInfo because it applies to any targets that can compile
sources even if they do not link or archive.
1 parent 718a953
Raw File
Tip revision: 3737860a383b1020f44a31be9ac5536e9913fc71 authored by Brad King on 24 February 2014, 19:09:30 UTC
cmTarget: Add per-config compilation info
Tip revision: 3737860
CTestCustom.ctest.in
# This file is provided for compatibility with CMake 2.2 and lower.
# Just include the custom file by its new name.
INCLUDE("CTestCustom.cmake")
back to top