mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-26 14:36:42 +08:00
9 lines
78 B
C++
9 lines
78 B
C++
|
|
#include "framework.h"
|
|
|
|
int main(int, char**)
|
|
{
|
|
framework();
|
|
return 0;
|
|
}
|