// SpCloudMain.cpp : Defines the entry point for the application. // #include "SpCloudMain.h" using namespace std; int main() { while (true) { cout << "Hello CMake." << endl; } return 0; }