diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2020-08-07 16:33:31 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-09-03 15:46:11 (GMT) |
commit | 5a1750017e65727660167ae1953746a3fd3d2c7b (patch) | |
tree | 5a5361794d3b7ae926c23e0efec1b3601963319f /Source/cmTarget.cxx | |
parent | ca5babfd7a1da8e32f927ad086fdd91c2b09853b (diff) | |
download | CMake-5a1750017e65727660167ae1953746a3fd3d2c7b.zip CMake-5a1750017e65727660167ae1953746a3fd3d2c7b.tar.gz CMake-5a1750017e65727660167ae1953746a3fd3d2c7b.tar.bz2 |
ISPC: Add compiler launcher support
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r-- | Source/cmTarget.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index ba648b7..63df96a 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -367,6 +367,7 @@ cmTarget::cmTarget(std::string const& name, cmStateEnums::TargetType type, initProp("JOB_POOL_COMPILE"); initProp("JOB_POOL_LINK"); initProp("JOB_POOL_PRECOMPILE_HEADER"); + initProp("ISPC_COMPILER_LAUNCHER"); initProp("ISPC_HEADER_DIRECTORY"); initProp("LINK_SEARCH_START_STATIC"); initProp("LINK_SEARCH_END_STATIC"); |