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:
10
Tests/Module/WriteCompilerDetectionHeader/multi_files.cpp
Normal file
10
Tests/Module/WriteCompilerDetectionHeader/multi_files.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
#include "multi_file_compiler_detection.h"
|
||||
|
||||
#define PREFIX MULTI
|
||||
#include "compile_tests.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user