1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-19 02:17:27 +08:00

WCDH: Make it possible to generate multiple files.

Extend the write_compiler_detection_header interface to allow
specifying a location for supplementary files, and getting the
list of resulting files as a variable.
This commit is contained in:
Stephen Kelly
2014-10-31 00:41:53 +01:00
parent 2ed0088b2a
commit 4cf5179c77
15 changed files with 212 additions and 27 deletions

View File

@@ -0,0 +1,10 @@
#include "multi_file_compiler_detection.h"
#define PREFIX MULTI
#include "compile_tests.h"
int main()
{
return 0;
}