mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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;
|
|
}
|