mirror of
https://github.com/reactos/CMake.git
synced 2025-02-12 14:58:45 +00:00
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;
|
|
}
|