#include int main() { std::cout << "Hello from C++ with CMake!" << std::endl; return 0; }