[cmake-developers] RFC: CMake precompiled header support and custom compiler based implementation

Ben Boeckel ben.boeckel at kitware.com
Sun Mar 1 20:02:09 EST 2015


On Sat, Feb 28, 2015 at 17:59:55 +0100, Adam Strzelecki wrote:
> 	target_precompiled_header(<target> <path/to/precompiled_header.h>)
> 
> 	target_precompiled_header(<target> <path/to/precompiled_header.h> SHARED
> 	                          <other_target_to_share_precompiled_header_with>)

Could we rename this? Currently target_* functions are all related to
usage requirements and these are not usage requirements.

--Ben


More information about the cmake-developers mailing list