mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-18 19:48:44 +02:00
Verify in cmake if it possible to compile with C++yy standard
This commit is contained in:
9
cmake/test_compiler.cpp
Normal file
9
cmake/test_compiler.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
int main()
|
||||
{
|
||||
std::string str = "Try to compile";
|
||||
std::cout << str << '\n';
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user