summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-09-08 15:19:20 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-09-08 15:19:28 (GMT)
commitd0ccc7cf2aaba90d4b30e3c7e9b0e6513eba8dc2 (patch)
tree91b93890bb74588e4df258462ec62708ae739e90 /Source/cmLocalGenerator.h
parentb63f508e4d7ccb8f543512630394a4021a14cab2 (diff)
parenta020787a9b7ede3aa490345bd446e469fb1713d2 (diff)
downloadCMake-d0ccc7cf2aaba90d4b30e3c7e9b0e6513eba8dc2.zip
CMake-d0ccc7cf2aaba90d4b30e3c7e9b0e6513eba8dc2.tar.gz
CMake-d0ccc7cf2aaba90d4b30e3c7e9b0e6513eba8dc2.tar.bz2
Merge topic 'ispc_improvements'
a020787a9b ISPC: Support generation for multiple instruction sets 5a1750017e ISPC: Add compiler launcher support Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5173
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index c5727d2..fad6136 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -594,4 +594,9 @@ void AddUtilityCommand(cmLocalGenerator& lg, const cmListFileBacktrace& lfbt,
bool escapeOldStyle, const char* comment,
bool uses_terminal, bool command_expand_lists,
const std::string& job_pool, bool stdPipesUTF8);
+
+std::vector<std::string> ComputeISPCObjectSuffixes(cmGeneratorTarget* target);
+std::vector<std::string> ComputeISPCExtraObjects(
+ std::string const& objectName, std::string const& buildDirectory,
+ std::vector<std::string> const& ispcSuffixes);
}