mirror of
https://github.com/reactos/CMake.git
synced 2024-12-18 17:16:58 +00:00
7815e90e21
This fix adds a test for this case for all generators.
10 lines
130 B
C++
10 lines
130 B
C++
#include "Flags.h"
|
|
#include "IncDir.h"
|
|
#include "SrcProp.h"
|
|
#include "TarProp.h"
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
return 0;
|
|
}
|